COLOR #88D73A

HEX: #88D73A
RGB: (136,215,58)

Renk bilgisi

#88D73A contains mainly green color. #88D73A ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#88D73A color RGB value is (136,215,58).

  • kırmız ton 136;
  • yeşil ton 215;
  • mavi ton 58.
RGB:
(136,215,58)
(53%,84%,23%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 215 of 255 = 84%
B 58 of 255 = 23%

136
215
58

R + G + B ~ 53%. #88D73A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 215 + 58 = 409 (100%)
R 136 of 409 ~ 33.25%
G 215 of 409 ~ 52.57%
B 58 of 409 ~ 14.18%

%33.25
%52.57
%14.18

CMYK RENK MODELİ

#88D73A rengi CMYK tonu (37,0,73,16).

  • camgöbeği tonu 36.74%
  • eflatun tonu 0.00%
  • sarı tonu 73.02%
  • ana renk tonu 15.69%
CMYK:
(37,0,73,16)
C37M0Y73K16 
(37%,0%,73%,16%)
(0.37/0.00/0.73/0.16)	

CMYK yüzdeleri

%36.74
%0
%73.02
%15.69

Codes

Color #88D73A in popluar color models

88D73A
RGB13621558
HSL90°66.24%53.53%
HSB/HSV90°73.02%84.31%
CMYK36.74%0.00%73.02%
15.69%

Color #88D73A in popluar number systems.

HEX88D73A
Decimal13621558
Binary1000100011010111111010
Octal21032772

Shades and tints

Shades of #88D73A

#88D73A
(136,215,58)
#7CC435
(124,196,53)
#70B130
(112,177,48)
#649E2B
(100,158,43)
#588B26
(88,139,38)
#4C7821
(76,120,33)
#40651C
(64,101,28)
#345217
(52,82,23)
#283F12
(40,63,18)
#1C2C0D
(28,44,13)
#101908
(16,25,8)
#000000
(0,0,0)

Tints of #88D73A

#88D73A
(136,215,58)
#92DA4B
(146,218,75)
#9CDD5C
(156,221,92)
#A6E06D
(166,224,109)
#B0E37E
(176,227,126)
#BAE68F
(186,230,143)
#C4E9A0
(196,233,160)
#CEECB1
(206,236,177)
#D8EFC2
(216,239,194)
#E2F2D3
(226,242,211)
#ECF5E4
(236,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D73A color. Also use rgb(136,215,58) instead hex code.

Text Font Color

.myTextColor { color: #88D73A; }

<p style="color:#88D73A">This sample text font color is #88D73A.</p>

This text font color is #88D73A.


Background Color

.myBgColor { background-color: #88D73A; }

<div style="background-color:#88D73A">Inner text</div>

This div background color is #88D73A.


Border color

.myBorderColor { border: 1px solid #88D73A; }

<div style="border:3px solid #88D73A">Div</div>

This div border color is #88D73A.


Opacity

.myOpacity80 { color: #88D73A; opacity: 0.8; }

<p style="color:#88D73A;opacity:0.8;">80%</p>

Text with #88D73A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #88D73A;}

<p style="text-shadow: 3px 3px 1px #88D73A">Text here.</p>

This text has shadow with #88D73A color.

.textShadow {text-shadow: 3px 3px 1px #88D73A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #88D73A, 5px 5px 20px red">Text here.</p>

This text has shadow with #88D73A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88D73A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#88D73A, Direction=45, Strength=4)">Text</p>

This text has shadow with #88D73A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #88D73A;
  -webkit-box-shadow:	1px 1px 3px 2px #88D73A;
  box-shadow:		1px 1px 3px 2px #88D73A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88D73A;
-webkit-box-shadow: 1px 1px 3px 2px #88D73A;
box-shadow:1px 1px 3px 2px #88D73A;">
Div content here</div>
This div box has shadow with color #88D73A.

Preview

Color preview on black background

This text has color #88D73A on black background.


Color preview on white background

This text has color #88D73A on white background.



Black color preview on #88D73A background

This text has black color on #88D73A background.


White color preview on #88D73A background

This text has white color on #88D73A background.