#8CDF84

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

Shades of Light Green #8CDF84

Tints of Light Green #8CDF84

Color information

#8CDF84 (or 0x8CDF84) is unknown color: approx Light Green. HEX triplet: 8C, DF and 84. RGB value is (140,223,132). Sum of RGB (Red+Green+Blue) = 140+223+132=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDF84 is #73207B. Grayscale: #BCBCBC. Windows color (decimal): -7544956 or 8707980. OLE color: 8707980.

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

Color convert

RGB140223132-
CMYK0.3700.410.13
HSL114.73º58.71%69.61%-
HSV(B)114.73º40.81%87.45%-
XYZ41.3760.0231.23-
YUV187.8196.593.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 223 (87.5% from 255) = 45.05%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=28.28%
G=45.05%
B=26.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402231320.3700.410.13114.7358.7169.61
Hex8CDF8425029D733b46
Octal214337204450511516373106
Binary1000110011011111100001001001010101001110111100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,223,132); }

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

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

 a { background-color: rgb(140,223,132); }

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

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

 span { border-color: rgb(140,223,132); }

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