Shades of Lawn Green #74F526
Tints of Lawn Green #74F526
RGB
CMYK
RGB Variations
Color information
#74F526 (or 0x74F526) is known color: Lawn Green. HEX triplet: 74, F5 and 26. RGB value is (116,245,38). Sum of RGB (Red+Green+Blue) = 116+245+38=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 245 (96.09% from 255 or 61.40% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 245 - color contains mainly: green. Hex color #74F526 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F526 is #8B0AD9. Grayscale: #B7B7B7. Windows color (decimal): -9112282 or 2553204. OLE color: 2553204.
HSL color Cylindrical-coordinate representation of color #74F526: hue angle of 97.39º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74F526 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 38 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.04 |
| HSL | 97.39º | 0.91% | 0.55% | - |
| HSV(B) | 97.39º | 0.84% | 0.96% | - |
| XYZ | 40.2 | 69.16 | 13.06 | - |
| YUV | 182.83 | 46.26 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 38 | 0.53 | 0 | 0.84 | 0.04 | 97.39 | 0.91 | 0.55 |
| Hex | 74 | F5 | 26 | 35 | 0 | 54 | 4 | 61 | 5B | 37 |
| Octal | 164 | 365 | 46 | 65 | 0 | 124 | 4 | 141 | 133 | 67 |
| Binary | 1110100 | 11110101 | 100110 | 110101 | 0 | 1010100 | 100 | 1100001 | 1011011 | 110111 |
Color Harmonies of #74F526
Complementary color
Monochromatic Colors of #74F526
Black with #74F526
Text Example
Text Example
White with #74F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F526; }
p { color: rgb(116,245,38); }
H1.HeaderClassName
{
color: #74F526;
}
.AnyTagClassName
{
color: #74F526;
}
</style>
background-color css
<style>
a { background-color: #74F526; }
a { background-color: rgb(116,245,38); }
div.DivClassName
{
background-color: #74F526;
}
.BgClassName
{
background-color: #74F526;
}
</style>
border-color css
<style>
span { border-color: #74F526; }
span { border-color: rgb(116,245,38); }
td.TdClassName
{
border-color: #74F526;
}
.TagClassName
{
border-color: #74F526;
}
</style>