Shades of Light Green #8FDC95
Tints of Light Green #8FDC95
RGB
CMYK
RGB Variations
Color information
#8FDC95 (or 0x8FDC95) is known color: Light Green. HEX triplet: 8F, DC and 95. RGB value is (143,220,149). Sum of RGB (Red+Green+Blue) = 143+220+149=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDC95 is #70236A. Grayscale: #BDBDBD. Windows color (decimal): -7349099 or 9821327. OLE color: 9821327.
HSL color Cylindrical-coordinate representation of color #8FDC95: hue angle of 124.68º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDC95 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 149 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.14 |
| HSL | 124.68º | 0.52% | 0.71% | - |
| HSV(B) | 124.68º | 0.35% | 0.86% | - |
| XYZ | 42.35 | 59.2 | 37.63 | - |
| YUV | 188.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 149 | 0.35 | 0 | 0.32 | 0.14 | 124.68 | 0.52 | 0.71 |
| Hex | 8F | DC | 95 | 23 | 0 | 20 | E | 7D | 34 | 47 |
| Octal | 217 | 334 | 225 | 43 | 0 | 40 | 16 | 175 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10010101 | 100011 | 0 | 100000 | 1110 | 1111101 | 110100 | 1000111 |
Color Harmonies of #8FDC95
Complementary color
Monochromatic Colors of #8FDC95
Black with #8FDC95
Text Example
Text Example
White with #8FDC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC95; }
p { color: rgb(143,220,149); }
H1.HeaderClassName
{
color: #8FDC95;
}
.AnyTagClassName
{
color: #8FDC95;
}
</style>
background-color css
<style>
a { background-color: #8FDC95; }
a { background-color: rgb(143,220,149); }
div.DivClassName
{
background-color: #8FDC95;
}
.BgClassName
{
background-color: #8FDC95;
}
</style>
border-color css
<style>
span { border-color: #8FDC95; }
span { border-color: rgb(143,220,149); }
td.TdClassName
{
border-color: #8FDC95;
}
.TagClassName
{
border-color: #8FDC95;
}
</style>