Shades of Lawn Green #74F90D
Tints of Lawn Green #74F90D
RGB
CMYK
RGB Variations
Color information
#74F90D (or 0x74F90D) is known color: Lawn Green. HEX triplet: 74, F9 and 0D. RGB value is (116,249,13). Sum of RGB (Red+Green+Blue) = 116+249+13=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #74F90D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F90D is #8B06F2. Grayscale: #B7B7B7. Windows color (decimal): -9111283 or 915828. OLE color: 915828.
HSL color Cylindrical-coordinate representation of color #74F90D: hue angle of 93.81º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74F90D is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 13 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.02 |
| HSL | 93.81º | 0.95% | 0.51% | - |
| HSV(B) | 93.81º | 0.95% | 0.98% | - |
| XYZ | 41.15 | 71.49 | 12.01 | - |
| YUV | 182.33 | 32.44 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 13 | 0.53 | 0 | 0.95 | 0.02 | 93.81 | 0.95 | 0.51 |
| Hex | 74 | F9 | D | 35 | 0 | 5F | 2 | 5E | 5F | 33 |
| Octal | 164 | 371 | 15 | 65 | 0 | 137 | 2 | 136 | 137 | 63 |
| Binary | 1110100 | 11111001 | 1101 | 110101 | 0 | 1011111 | 10 | 1011110 | 1011111 | 110011 |
Color Harmonies of #74F90D
Complementary color
Monochromatic Colors of #74F90D
Black with #74F90D
Text Example
Text Example
White with #74F90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F90D; }
p { color: rgb(116,249,13); }
H1.HeaderClassName
{
color: #74F90D;
}
.AnyTagClassName
{
color: #74F90D;
}
</style>
background-color css
<style>
a { background-color: #74F90D; }
a { background-color: rgb(116,249,13); }
div.DivClassName
{
background-color: #74F90D;
}
.BgClassName
{
background-color: #74F90D;
}
</style>
border-color css
<style>
span { border-color: #74F90D; }
span { border-color: rgb(116,249,13); }
td.TdClassName
{
border-color: #74F90D;
}
.TagClassName
{
border-color: #74F90D;
}
</style>