Shades of Light Green #8CFF72
Tints of Light Green #8CFF72
RGB
CMYK
RGB Variations
Color information
#8CFF72 (or 0x8CFF72) is known color: Light Green. HEX triplet: 8C, FF and 72. RGB value is (140,255,114). Sum of RGB (Red+Green+Blue) = 140+255+114=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFF72 is #73008D. Grayscale: #CCCCCC. Windows color (decimal): -7536782 or 7536524. OLE color: 7536524.
HSL color Cylindrical-coordinate representation of color #8CFF72: hue angle of 108.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CFF72 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 114 | - |
| CMYK | 0.45 | 0 | 0.55 | 0 |
| HSL | 108.94º | 1% | 0.72% | - |
| HSV(B) | 108.94º | 0.55% | 1% | - |
| XYZ | 49.61 | 78.31 | 28.42 | - |
| YUV | 204.54 | 76.9 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 114 | 0.45 | 0 | 0.55 | 0 | 108.94 | 1 | 0.72 |
| Hex | 8C | FF | 72 | 2D | 0 | 37 | 0 | 6D | 64 | 48 |
| Octal | 214 | 377 | 162 | 55 | 0 | 67 | 0 | 155 | 144 | 110 |
| Binary | 10001100 | 11111111 | 1110010 | 101101 | 0 | 110111 | 0 | 1101101 | 1100100 | 1001000 |
Color Harmonies of #8CFF72
Complementary color
Monochromatic Colors of #8CFF72
Black with #8CFF72
Text Example
Text Example
White with #8CFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF72; }
p { color: rgb(140,255,114); }
H1.HeaderClassName
{
color: #8CFF72;
}
.AnyTagClassName
{
color: #8CFF72;
}
</style>
background-color css
<style>
a { background-color: #8CFF72; }
a { background-color: rgb(140,255,114); }
div.DivClassName
{
background-color: #8CFF72;
}
.BgClassName
{
background-color: #8CFF72;
}
</style>
border-color css
<style>
span { border-color: #8CFF72; }
span { border-color: rgb(140,255,114); }
td.TdClassName
{
border-color: #8CFF72;
}
.TagClassName
{
border-color: #8CFF72;
}
</style>