#8DE486

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

Shades of Light Green #8DE486

Tints of Light Green #8DE486

Color information

#8DE486 (or 0x8DE486) is unknown color: approx Light Green. HEX triplet: 8D, E4 and 86. RGB value is (141,228,134). Sum of RGB (Red+Green+Blue) = 141+228+134=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #8DE486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE486 is #721B79. Grayscale: #BFBFBF. Windows color (decimal): -7478138 or 8840333. OLE color: 8840333.

HSL color Cylindrical-coordinate representation of color #8DE486: hue angle of 115.53º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DE486 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB141228134-
CMYK0.3800.410.11
HSL115.53º63.51%70.98%-
HSV(B)115.53º41.23%89.41%-
XYZ43.0362.8732.42-
YUV191.2795.6892.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 228 (89.45% from 255) = 45.33%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=28.03%
G=45.33%
B=26.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1412281340.3800.410.11115.5363.5170.98
Hex8DE48626029B744047
Octal2153442064605113164100107
Binary10001101111001001000011010011001010011011111010010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,228,134); }

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

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

 a { background-color: rgb(141,228,134); }

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

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

 span { border-color: rgb(141,228,134); }

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