Shades of Light Green #8FF072
Tints of Light Green #8FF072
RGB
CMYK
RGB Variations
Color information
#8FF072 (or 0x8FF072) is known color: Light Green. HEX triplet: 8F, F0 and 72. RGB value is (143,240,114). Sum of RGB (Red+Green+Blue) = 143+240+114=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF072 is #700F8D. Grayscale: #C5C5C5. Windows color (decimal): -7344014 or 7532687. OLE color: 7532687.
HSL color Cylindrical-coordinate representation of color #8FF072: hue angle of 106.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FF072 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 114 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.06 |
| HSL | 106.19º | 0.81% | 0.69% | - |
| HSV(B) | 106.19º | 0.53% | 0.94% | - |
| XYZ | 45.53 | 69.37 | 26.91 | - |
| YUV | 196.63 | 81.36 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 114 | 0.40 | 0 | 0.52 | 0.06 | 106.19 | 0.81 | 0.69 |
| Hex | 8F | F0 | 72 | 28 | 0 | 34 | 6 | 6A | 51 | 45 |
| Octal | 217 | 360 | 162 | 50 | 0 | 64 | 6 | 152 | 121 | 105 |
| Binary | 10001111 | 11110000 | 1110010 | 101000 | 0 | 110100 | 110 | 1101010 | 1010001 | 1000101 |
Color Harmonies of #8FF072
Complementary color
Monochromatic Colors of #8FF072
Black with #8FF072
Text Example
Text Example
White with #8FF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF072; }
p { color: rgb(143,240,114); }
H1.HeaderClassName
{
color: #8FF072;
}
.AnyTagClassName
{
color: #8FF072;
}
</style>
background-color css
<style>
a { background-color: #8FF072; }
a { background-color: rgb(143,240,114); }
div.DivClassName
{
background-color: #8FF072;
}
.BgClassName
{
background-color: #8FF072;
}
</style>
border-color css
<style>
span { border-color: #8FF072; }
span { border-color: rgb(143,240,114); }
td.TdClassName
{
border-color: #8FF072;
}
.TagClassName
{
border-color: #8FF072;
}
</style>