#8CDF8E

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

Shades of Light Green #8CDF8E

Tints of Light Green #8CDF8E

Color information

#8CDF8E (or 0x8CDF8E) is unknown color: approx Light Green. HEX triplet: 8C, DF and 8E. RGB value is (140,223,142). Sum of RGB (Red+Green+Blue) = 140+223+142=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDF8E is #732071. Grayscale: #BDBDBD. Windows color (decimal): -7544946 or 9363340. OLE color: 9363340.

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

Color convert

RGB140223142-
CMYK0.3700.360.13
HSL121.45º56.46%71.18%-
HSV(B)121.45º37.22%87.45%-
XYZ42.0960.335.01-
YUV188.95101.593.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.72%
GREEN value IS 223 (87.5% from 255) = 44.16%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=27.72%
G=44.16%
B=28.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402231420.3700.360.13121.4556.4671.18
Hex8CDF8E25024D793847
Octal214337216450441517170107
Binary1000110011011111100011101001010100100110111110011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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