Shades of Light Green #8FF075
Tints of Light Green #8FF075
RGB
CMYK
RGB Variations
Color information
#8FF075 (or 0x8FF075) is known color: Light Green. HEX triplet: 8F, F0 and 75. RGB value is (143,240,117). Sum of RGB (Red+Green+Blue) = 143+240+117=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF075 is #700F8A. Grayscale: #C5C5C5. Windows color (decimal): -7344011 or 7729295. OLE color: 7729295.
HSL color Cylindrical-coordinate representation of color #8FF075: hue angle of 107.32º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FF075 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 117 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.06 |
| HSL | 107.32º | 0.8% | 0.7% | - |
| HSV(B) | 107.32º | 0.51% | 0.94% | - |
| XYZ | 45.7 | 69.44 | 27.83 | - |
| YUV | 196.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 117 | 0.40 | 0 | 0.51 | 0.06 | 107.32 | 0.8 | 0.7 |
| Hex | 8F | F0 | 75 | 28 | 0 | 33 | 6 | 6B | 50 | 46 |
| Octal | 217 | 360 | 165 | 50 | 0 | 63 | 6 | 153 | 120 | 106 |
| Binary | 10001111 | 11110000 | 1110101 | 101000 | 0 | 110011 | 110 | 1101011 | 1010000 | 1000110 |
Color Harmonies of #8FF075
Complementary color
Monochromatic Colors of #8FF075
Black with #8FF075
Text Example
Text Example
White with #8FF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF075; }
p { color: rgb(143,240,117); }
H1.HeaderClassName
{
color: #8FF075;
}
.AnyTagClassName
{
color: #8FF075;
}
</style>
background-color css
<style>
a { background-color: #8FF075; }
a { background-color: rgb(143,240,117); }
div.DivClassName
{
background-color: #8FF075;
}
.BgClassName
{
background-color: #8FF075;
}
</style>
border-color css
<style>
span { border-color: #8FF075; }
span { border-color: rgb(143,240,117); }
td.TdClassName
{
border-color: #8FF075;
}
.TagClassName
{
border-color: #8FF075;
}
</style>