Shades of Lawn Green #74F732
Tints of Lawn Green #74F732
RGB
CMYK
RGB Variations
Color information
#74F732 (or 0x74F732) is known color: Lawn Green. HEX triplet: 74, F7 and 32. RGB value is (116,247,50). Sum of RGB (Red+Green+Blue) = 116+247+50=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 247 (96.88% from 255 or 59.81% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 247 - color contains mainly: green. Hex color #74F732 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F732 is #8B08CD. Grayscale: #BABABA. Windows color (decimal): -9111758 or 3340148. OLE color: 3340148.
HSL color Cylindrical-coordinate representation of color #74F732: hue angle of 99.9º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74F732 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 50 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.03 |
| HSL | 99.9º | 0.92% | 0.58% | - |
| HSV(B) | 99.9º | 0.8% | 0.97% | - |
| XYZ | 41.04 | 70.46 | 14.46 | - |
| YUV | 185.37 | 51.6 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 50 | 0.53 | 0 | 0.80 | 0.03 | 99.9 | 0.92 | 0.58 |
| Hex | 74 | F7 | 32 | 35 | 0 | 50 | 3 | 64 | 5C | 3A |
| Octal | 164 | 367 | 62 | 65 | 0 | 120 | 3 | 144 | 134 | 72 |
| Binary | 1110100 | 11110111 | 110010 | 110101 | 0 | 1010000 | 11 | 1100100 | 1011100 | 111010 |
Color Harmonies of #74F732
Complementary color
Monochromatic Colors of #74F732
Black with #74F732
Text Example
Text Example
White with #74F732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F732; }
p { color: rgb(116,247,50); }
H1.HeaderClassName
{
color: #74F732;
}
.AnyTagClassName
{
color: #74F732;
}
</style>
background-color css
<style>
a { background-color: #74F732; }
a { background-color: rgb(116,247,50); }
div.DivClassName
{
background-color: #74F732;
}
.BgClassName
{
background-color: #74F732;
}
</style>
border-color css
<style>
span { border-color: #74F732; }
span { border-color: rgb(116,247,50); }
td.TdClassName
{
border-color: #74F732;
}
.TagClassName
{
border-color: #74F732;
}
</style>