#8CDE85

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

Shades of Light Green #8CDE85

Tints of Light Green #8CDE85

Color information

#8CDE85 (or 0x8CDE85) is unknown color: approx Light Green. HEX triplet: 8C, DE and 85. RGB value is (140,222,133). Sum of RGB (Red+Green+Blue) = 140+222+133=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDE85 is #73217A. Grayscale: #BBBBBB. Windows color (decimal): -7545211 or 8773260. OLE color: 8773260.

HSL color Cylindrical-coordinate representation of color #8CDE85: hue angle of 115.28º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDE85 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB140222133-
CMYK0.3700.400.13
HSL115.28º57.42%69.61%-
HSV(B)115.28º40.09%87.06%-
XYZ41.1759.5131.51-
YUV187.3497.3394.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=28.28%
G=44.85%
B=26.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402221330.3700.400.13115.2857.4269.61
Hex8CDE8525028D733946
Octal214336205450501516371106
Binary1000110011011110100001011001010101000110111100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,222,133); }

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

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

 a { background-color: rgb(140,222,133); }

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

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

 span { border-color: rgb(140,222,133); }

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