Shades of Light Green #8FF074
Tints of Light Green #8FF074
RGB
CMYK
RGB Variations
Color information
#8FF074 (or 0x8FF074) is known color: Light Green. HEX triplet: 8F, F0 and 74. RGB value is (143,240,116). Sum of RGB (Red+Green+Blue) = 143+240+116=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF074 is #700F8B. Grayscale: #C5C5C5. Windows color (decimal): -7344012 or 7663759. OLE color: 7663759.
HSL color Cylindrical-coordinate representation of color #8FF074: hue angle of 106.94º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FF074 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 116 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.06 |
| HSL | 106.94º | 0.81% | 0.7% | - |
| HSV(B) | 106.94º | 0.52% | 0.94% | - |
| XYZ | 45.64 | 69.42 | 27.52 | - |
| YUV | 196.86 | 82.36 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 116 | 0.40 | 0 | 0.52 | 0.06 | 106.94 | 0.81 | 0.7 |
| Hex | 8F | F0 | 74 | 28 | 0 | 34 | 6 | 6B | 51 | 46 |
| Octal | 217 | 360 | 164 | 50 | 0 | 64 | 6 | 153 | 121 | 106 |
| Binary | 10001111 | 11110000 | 1110100 | 101000 | 0 | 110100 | 110 | 1101011 | 1010001 | 1000110 |
Color Harmonies of #8FF074
Complementary color
Monochromatic Colors of #8FF074
Black with #8FF074
Text Example
Text Example
White with #8FF074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF074; }
p { color: rgb(143,240,116); }
H1.HeaderClassName
{
color: #8FF074;
}
.AnyTagClassName
{
color: #8FF074;
}
</style>
background-color css
<style>
a { background-color: #8FF074; }
a { background-color: rgb(143,240,116); }
div.DivClassName
{
background-color: #8FF074;
}
.BgClassName
{
background-color: #8FF074;
}
</style>
border-color css
<style>
span { border-color: #8FF074; }
span { border-color: rgb(143,240,116); }
td.TdClassName
{
border-color: #8FF074;
}
.TagClassName
{
border-color: #8FF074;
}
</style>