#8CDD85

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

Shades of Light Green #8CDD85

Tints of Light Green #8CDD85

Color information

#8CDD85 (or 0x8CDD85) is unknown color: approx Light Green. HEX triplet: 8C, DD and 85. RGB value is (140,221,133). Sum of RGB (Red+Green+Blue) = 140+221+133=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD85 is #73227A. Grayscale: #BBBBBB. Windows color (decimal): -7545467 or 8773004. OLE color: 8773004.

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

Color convert

RGB140221133-
CMYK0.3700.400.13
HSL115.23º56.41%69.41%-
HSV(B)115.23º39.82%86.67%-
XYZ40.9158.9831.42-
YUV186.7597.6694.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=28.34%
G=44.74%
B=26.92%

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
Decimal1402211330.3700.400.13115.2356.4169.41
Hex8CDD8525028D733845
Octal214335205450501516370105
Binary1000110011011101100001011001010101000110111100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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