#8DDC8E

Color #8DDC8E Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8DDC8E

Tints of Light Green #8DDC8E

Color information

#8DDC8E (or 0x8DDC8E) is unknown color: approx Light Green. HEX triplet: 8D, DC and 8E. RGB value is (141,220,142). Sum of RGB (Red+Green+Blue) = 141+220+142=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC8E is #722371. Grayscale: #BBBBBB. Windows color (decimal): -7480178 or 9362573. OLE color: 9362573.

HSL color Cylindrical-coordinate representation of color #8DDC8E: hue angle of 120.76º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDC8E is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB141220142-
CMYK0.3600.350.14
HSL120.76º53.02%70.78%-
HSV(B)120.76º35.91%86.27%-
XYZ41.4658.834.76-
YUV187.49102.3394.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=28.03%
G=43.74%
B=28.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201420.3600.350.14120.7653.0270.78
Hex8DDC8E24023E793547
Octal215334216440431617165107
Binary1000110111011100100011101001000100011111011110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DDC8E; }

 p { color: rgb(141,220,142); }

 H1.HeaderClassName
 {
   color: #8DDC8E;
 }
 .AnyTagClassName
 {
   color: #8DDC8E;
 }
</style>
background-color css

<style>
 a { background-color: #8DDC8E; }

 a { background-color: rgb(141,220,142); }

 div.DivClassName
 {
   background-color: #8DDC8E;
 }
 .BgClassName
 {
   background-color: #8DDC8E;
 }
</style>
border-color css

<style>
 span { border-color: #8DDC8E; }

 span { border-color: rgb(141,220,142); }

 td.TdClassName
 {
   border-color: #8DDC8E;
 }
 .TagClassName
 {
   border-color: #8DDC8E;
 }
</style>