Shades of Lawn Green #74F610
Tints of Lawn Green #74F610
RGB
CMYK
RGB Variations
Color information
#74F610 (or 0x74F610) is known color: Lawn Green. HEX triplet: 74, F6 and 10. RGB value is (116,246,16). Sum of RGB (Red+Green+Blue) = 116+246+16=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 246 (96.48% from 255 or 65.08% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 246 - color contains mainly: green. Hex color #74F610 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F610 is #8B09EF. Grayscale: #B5B5B5. Windows color (decimal): -9112048 or 1111668. OLE color: 1111668.
HSL color Cylindrical-coordinate representation of color #74F610: hue angle of 93.91º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74F610 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 16 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.04 |
| HSL | 93.91º | 0.93% | 0.51% | - |
| HSV(B) | 93.91º | 0.93% | 0.96% | - |
| XYZ | 40.25 | 69.66 | 11.81 | - |
| YUV | 180.91 | 34.93 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 16 | 0.53 | 0 | 0.93 | 0.04 | 93.91 | 0.93 | 0.51 |
| Hex | 74 | F6 | 10 | 35 | 0 | 5D | 4 | 5E | 5D | 33 |
| Octal | 164 | 366 | 20 | 65 | 0 | 135 | 4 | 136 | 135 | 63 |
| Binary | 1110100 | 11110110 | 10000 | 110101 | 0 | 1011101 | 100 | 1011110 | 1011101 | 110011 |
Color Harmonies of #74F610
Complementary color
Monochromatic Colors of #74F610
Black with #74F610
Text Example
Text Example
White with #74F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F610; }
p { color: rgb(116,246,16); }
H1.HeaderClassName
{
color: #74F610;
}
.AnyTagClassName
{
color: #74F610;
}
</style>
background-color css
<style>
a { background-color: #74F610; }
a { background-color: rgb(116,246,16); }
div.DivClassName
{
background-color: #74F610;
}
.BgClassName
{
background-color: #74F610;
}
</style>
border-color css
<style>
span { border-color: #74F610; }
span { border-color: rgb(116,246,16); }
td.TdClassName
{
border-color: #74F610;
}
.TagClassName
{
border-color: #74F610;
}
</style>