Shades of Lawn Green #74D80F
Tints of Lawn Green #74D80F
RGB
CMYK
RGB Variations
Color information
#74D80F (or 0x74D80F) is known color: Lawn Green. HEX triplet: 74, D8 and 0F. RGB value is (116,216,15). Sum of RGB (Red+Green+Blue) = 116+216+15=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 216 (84.77% from 255 or 62.25% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 216 - color contains mainly: green. Hex color #74D80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D80F is #8B27F0. Grayscale: #A3A3A3. Windows color (decimal): -9119729 or 1038452. OLE color: 1038452.
HSL color Cylindrical-coordinate representation of color #74D80F: hue angle of 89.85º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74D80F is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 15 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.15 |
| HSL | 89.85º | 0.87% | 0.45% | - |
| HSV(B) | 89.85º | 0.93% | 0.85% | - |
| XYZ | 31.84 | 52.86 | 8.98 | - |
| YUV | 163.19 | 44.37 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 15 | 0.46 | 0 | 0.93 | 0.15 | 89.85 | 0.87 | 0.45 |
| Hex | 74 | D8 | F | 2E | 0 | 5D | F | 5A | 57 | 2D |
| Octal | 164 | 330 | 17 | 56 | 0 | 135 | 17 | 132 | 127 | 55 |
| Binary | 1110100 | 11011000 | 1111 | 101110 | 0 | 1011101 | 1111 | 1011010 | 1010111 | 101101 |
Color Harmonies of #74D80F
Complementary color
Monochromatic Colors of #74D80F
Black with #74D80F
Text Example
Text Example
White with #74D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D80F; }
p { color: rgb(116,216,15); }
H1.HeaderClassName
{
color: #74D80F;
}
.AnyTagClassName
{
color: #74D80F;
}
</style>
background-color css
<style>
a { background-color: #74D80F; }
a { background-color: rgb(116,216,15); }
div.DivClassName
{
background-color: #74D80F;
}
.BgClassName
{
background-color: #74D80F;
}
</style>
border-color css
<style>
span { border-color: #74D80F; }
span { border-color: rgb(116,216,15); }
td.TdClassName
{
border-color: #74D80F;
}
.TagClassName
{
border-color: #74D80F;
}
</style>