#8CDD8F

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

Shades of Light Green #8CDD8F

Tints of Light Green #8CDD8F

Color information

#8CDD8F (or 0x8CDD8F) is unknown color: approx Light Green. HEX triplet: 8C, DD and 8F. RGB value is (140,221,143). Sum of RGB (Red+Green+Blue) = 140+221+143=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD8F is #732270. Grayscale: #BCBCBC. Windows color (decimal): -7545457 or 9428364. OLE color: 9428364.

HSL color Cylindrical-coordinate representation of color #8CDD8F: hue angle of 122.22º degrees, saturation: 0.54, 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 #8CDD8F is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB140221143-
CMYK0.3700.350.13
HSL122.22º54.36%70.78%-
HSV(B)122.22º36.65%86.67%-
XYZ41.6359.2735.23-
YUV187.89102.6693.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=27.78%
G=43.85%
B=28.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402211430.3700.350.13122.2254.3670.78
Hex8CDD8F25023D7a3647
Octal214335217450431517266107
Binary1000110011011101100011111001010100011110111110101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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