Shades of Lawn Green #72F504
Tints of Lawn Green #72F504
RGB
CMYK
RGB Variations
Color information
#72F504 (or 0x72F504) is known color: Lawn Green. HEX triplet: 72, F5 and 04. RGB value is (114,245,4). Sum of RGB (Red+Green+Blue) = 114+245+4=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 245 (96.09% from 255 or 67.49% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 245 - color contains mainly: green. Hex color #72F504 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F504 is #8D0AFB. Grayscale: #B3B3B3. Windows color (decimal): -9243388 or 324978. OLE color: 324978.
HSL color Cylindrical-coordinate representation of color #72F504: hue angle of 92.61º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72F504 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 245 | 4 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.04 |
| HSL | 92.61º | 0.97% | 0.49% | - |
| HSV(B) | 92.61º | 0.98% | 0.96% | - |
| XYZ | 39.61 | 68.89 | 11.32 | - |
| YUV | 178.36 | 29.6 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 245 | 4 | 0.53 | 0 | 0.98 | 0.04 | 92.61 | 0.97 | 0.49 |
| Hex | 72 | F5 | 4 | 35 | 0 | 62 | 4 | 5D | 61 | 31 |
| Octal | 162 | 365 | 4 | 65 | 0 | 142 | 4 | 135 | 141 | 61 |
| Binary | 1110010 | 11110101 | 100 | 110101 | 0 | 1100010 | 100 | 1011101 | 1100001 | 110001 |
Color Harmonies of #72F504
Complementary color
Monochromatic Colors of #72F504
Black with #72F504
Text Example
Text Example
White with #72F504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F504; }
p { color: rgb(114,245,4); }
H1.HeaderClassName
{
color: #72F504;
}
.AnyTagClassName
{
color: #72F504;
}
</style>
background-color css
<style>
a { background-color: #72F504; }
a { background-color: rgb(114,245,4); }
div.DivClassName
{
background-color: #72F504;
}
.BgClassName
{
background-color: #72F504;
}
</style>
border-color css
<style>
span { border-color: #72F504; }
span { border-color: rgb(114,245,4); }
td.TdClassName
{
border-color: #72F504;
}
.TagClassName
{
border-color: #72F504;
}
</style>