Shades of Lawn Green #74FD10
Tints of Lawn Green #74FD10
RGB
CMYK
RGB Variations
Color information
#74FD10 (or 0x74FD10) is known color: Lawn Green. HEX triplet: 74, FD and 10. RGB value is (116,253,16). Sum of RGB (Red+Green+Blue) = 116+253+16=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 253 (99.22% from 255 or 65.71% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FD10 is #8B02EF. Grayscale: #B9B9B9. Windows color (decimal): -9110256 or 1113460. OLE color: 1113460.
HSL color Cylindrical-coordinate representation of color #74FD10: hue angle of 94.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74FD10 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 16 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.01 |
| HSL | 94.68º | 0.98% | 0.53% | - |
| HSV(B) | 94.68º | 0.94% | 0.99% | - |
| XYZ | 42.42 | 74 | 12.54 | - |
| YUV | 185.02 | 32.61 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 16 | 0.54 | 0 | 0.94 | 0.01 | 94.68 | 0.98 | 0.53 |
| Hex | 74 | FD | 10 | 36 | 0 | 5E | 1 | 5F | 62 | 35 |
| Octal | 164 | 375 | 20 | 66 | 0 | 136 | 1 | 137 | 142 | 65 |
| Binary | 1110100 | 11111101 | 10000 | 110110 | 0 | 1011110 | 1 | 1011111 | 1100010 | 110101 |
Color Harmonies of #74FD10
Complementary color
Monochromatic Colors of #74FD10
Black with #74FD10
Text Example
Text Example
White with #74FD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FD10; }
p { color: rgb(116,253,16); }
H1.HeaderClassName
{
color: #74FD10;
}
.AnyTagClassName
{
color: #74FD10;
}
</style>
background-color css
<style>
a { background-color: #74FD10; }
a { background-color: rgb(116,253,16); }
div.DivClassName
{
background-color: #74FD10;
}
.BgClassName
{
background-color: #74FD10;
}
</style>
border-color css
<style>
span { border-color: #74FD10; }
span { border-color: rgb(116,253,16); }
td.TdClassName
{
border-color: #74FD10;
}
.TagClassName
{
border-color: #74FD10;
}
</style>