Shades of Lawn Green #74D81B
Tints of Lawn Green #74D81B
RGB
CMYK
RGB Variations
Color information
#74D81B (or 0x74D81B) is known color: Lawn Green. HEX triplet: 74, D8 and 1B. RGB value is (116,216,27). Sum of RGB (Red+Green+Blue) = 116+216+27=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #74D81B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D81B is #8B27E4. Grayscale: #A5A5A5. Windows color (decimal): -9119717 or 1824884. OLE color: 1824884.
HSL color Cylindrical-coordinate representation of color #74D81B: hue angle of 91.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74D81B is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 27 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.15 |
| HSL | 91.75º | 0.78% | 0.48% | - |
| HSV(B) | 91.75º | 0.88% | 0.85% | - |
| XYZ | 31.96 | 52.9 | 9.56 | - |
| YUV | 164.55 | 50.37 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 27 | 0.46 | 0 | 0.88 | 0.15 | 91.75 | 0.78 | 0.48 |
| Hex | 74 | D8 | 1B | 2E | 0 | 58 | F | 5C | 4E | 30 |
| Octal | 164 | 330 | 33 | 56 | 0 | 130 | 17 | 134 | 116 | 60 |
| Binary | 1110100 | 11011000 | 11011 | 101110 | 0 | 1011000 | 1111 | 1011100 | 1001110 | 110000 |
Color Harmonies of #74D81B
Complementary color
Monochromatic Colors of #74D81B
Black with #74D81B
Text Example
Text Example
White with #74D81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D81B; }
p { color: rgb(116,216,27); }
H1.HeaderClassName
{
color: #74D81B;
}
.AnyTagClassName
{
color: #74D81B;
}
</style>
background-color css
<style>
a { background-color: #74D81B; }
a { background-color: rgb(116,216,27); }
div.DivClassName
{
background-color: #74D81B;
}
.BgClassName
{
background-color: #74D81B;
}
</style>
border-color css
<style>
span { border-color: #74D81B; }
span { border-color: rgb(116,216,27); }
td.TdClassName
{
border-color: #74D81B;
}
.TagClassName
{
border-color: #74D81B;
}
</style>