#8DE085

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

Shades of Light Green #8DE085

Tints of Light Green #8DE085

Color information

#8DE085 (or 0x8DE085) is unknown color: approx Light Green. HEX triplet: 8D, E0 and 85. RGB value is (141,224,133). Sum of RGB (Red+Green+Blue) = 141+224+133=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE085 is #721F7A. Grayscale: #BDBDBD. Windows color (decimal): -7479163 or 8773773. OLE color: 8773773.

HSL color Cylindrical-coordinate representation of color #8DE085: hue angle of 114.73º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DE085 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB141224133-
CMYK0.3700.410.12
HSL114.73º59.48%70%-
HSV(B)114.73º40.62%87.84%-
XYZ41.8760.6731.69-
YUV188.8196.593.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.31%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=28.31%
G=44.98%
B=26.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412241330.3700.410.12114.7359.4870
Hex8DE08525029C733b46
Octal215340205450511416373106
Binary1000110111100000100001011001010101001110011100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,224,133); }

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

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

 a { background-color: rgb(141,224,133); }

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

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

 span { border-color: rgb(141,224,133); }

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