Shades of Lawn Green #74DB10
Tints of Lawn Green #74DB10
RGB
CMYK
RGB Variations
Color information
#74DB10 (or 0x74DB10) is known color: Lawn Green. HEX triplet: 74, DB and 10. RGB value is (116,219,16). Sum of RGB (Red+Green+Blue) = 116+219+16=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 219 (85.94% from 255 or 62.39% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DB10 is #8B24EF. Grayscale: #A5A5A5. Windows color (decimal): -9118960 or 1104756. OLE color: 1104756.
HSL color Cylindrical-coordinate representation of color #74DB10: hue angle of 90.44º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74DB10 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 16 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.14 |
| HSL | 90.44º | 0.86% | 0.46% | - |
| HSV(B) | 90.44º | 0.93% | 0.86% | - |
| XYZ | 32.63 | 54.41 | 9.27 | - |
| YUV | 165.06 | 43.88 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 16 | 0.47 | 0 | 0.93 | 0.14 | 90.44 | 0.86 | 0.46 |
| Hex | 74 | DB | 10 | 2F | 0 | 5D | E | 5A | 56 | 2E |
| Octal | 164 | 333 | 20 | 57 | 0 | 135 | 16 | 132 | 126 | 56 |
| Binary | 1110100 | 11011011 | 10000 | 101111 | 0 | 1011101 | 1110 | 1011010 | 1010110 | 101110 |
Color Harmonies of #74DB10
Complementary color
Monochromatic Colors of #74DB10
Black with #74DB10
Text Example
Text Example
White with #74DB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB10; }
p { color: rgb(116,219,16); }
H1.HeaderClassName
{
color: #74DB10;
}
.AnyTagClassName
{
color: #74DB10;
}
</style>
background-color css
<style>
a { background-color: #74DB10; }
a { background-color: rgb(116,219,16); }
div.DivClassName
{
background-color: #74DB10;
}
.BgClassName
{
background-color: #74DB10;
}
</style>
border-color css
<style>
span { border-color: #74DB10; }
span { border-color: rgb(116,219,16); }
td.TdClassName
{
border-color: #74DB10;
}
.TagClassName
{
border-color: #74DB10;
}
</style>