Shades of Yellow Green #74DB25
Tints of Yellow Green #74DB25
RGB
CMYK
RGB Variations
Color information
#74DB25 (or 0x74DB25) is known color: Yellow Green. HEX triplet: 74, DB and 25. RGB value is (116,219,37). Sum of RGB (Red+Green+Blue) = 116+219+37=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DB25 is #8B24DA. Grayscale: #A8A8A8. Windows color (decimal): -9118939 or 2481012. OLE color: 2481012.
HSL color Cylindrical-coordinate representation of color #74DB25: hue angle of 93.96º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74DB25 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 37 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.14 |
| HSL | 93.96º | 0.72% | 0.5% | - |
| HSV(B) | 93.96º | 0.83% | 0.86% | - |
| XYZ | 32.87 | 54.51 | 10.54 | - |
| YUV | 167.46 | 54.38 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 37 | 0.47 | 0 | 0.83 | 0.14 | 93.96 | 0.72 | 0.5 |
| Hex | 74 | DB | 25 | 2F | 0 | 53 | E | 5E | 48 | 32 |
| Octal | 164 | 333 | 45 | 57 | 0 | 123 | 16 | 136 | 110 | 62 |
| Binary | 1110100 | 11011011 | 100101 | 101111 | 0 | 1010011 | 1110 | 1011110 | 1001000 | 110010 |
Color Harmonies of #74DB25
Complementary color
Monochromatic Colors of #74DB25
Black with #74DB25
Text Example
Text Example
White with #74DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB25; }
p { color: rgb(116,219,37); }
H1.HeaderClassName
{
color: #74DB25;
}
.AnyTagClassName
{
color: #74DB25;
}
</style>
background-color css
<style>
a { background-color: #74DB25; }
a { background-color: rgb(116,219,37); }
div.DivClassName
{
background-color: #74DB25;
}
.BgClassName
{
background-color: #74DB25;
}
</style>
border-color css
<style>
span { border-color: #74DB25; }
span { border-color: rgb(116,219,37); }
td.TdClassName
{
border-color: #74DB25;
}
.TagClassName
{
border-color: #74DB25;
}
</style>