Shades of Kelly Green #4ADB04
Tints of Kelly Green #4ADB04
RGB
CMYK
RGB Variations
Color information
#4ADB04 (or 0x4ADB04) is known color: Kelly Green. HEX triplet: 4A, DB and 04. RGB value is (74,219,4). Sum of RGB (Red+Green+Blue) = 74+219+4=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADB04 is #B524FB. Grayscale: #979797. Windows color (decimal): -11871484 or 318282. OLE color: 318282.
HSL color Cylindrical-coordinate representation of color #4ADB04: hue angle of 100.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4ADB04 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 4 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.14 |
| HSL | 100.47º | 0.96% | 0.44% | - |
| HSV(B) | 100.47º | 0.98% | 0.86% | - |
| XYZ | 28.18 | 52.13 | 8.69 | - |
| YUV | 151.14 | 44.96 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 4 | 0.66 | 0 | 0.98 | 0.14 | 100.47 | 0.96 | 0.44 |
| Hex | 4A | DB | 4 | 42 | 0 | 62 | E | 64 | 60 | 2C |
| Octal | 112 | 333 | 4 | 102 | 0 | 142 | 16 | 144 | 140 | 54 |
| Binary | 1001010 | 11011011 | 100 | 1000010 | 0 | 1100010 | 1110 | 1100100 | 1100000 | 101100 |
Color Harmonies of #4ADB04
Complementary color
Monochromatic Colors of #4ADB04
Black with #4ADB04
Text Example
Text Example
White with #4ADB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB04; }
p { color: rgb(74,219,4); }
H1.HeaderClassName
{
color: #4ADB04;
}
.AnyTagClassName
{
color: #4ADB04;
}
</style>
background-color css
<style>
a { background-color: #4ADB04; }
a { background-color: rgb(74,219,4); }
div.DivClassName
{
background-color: #4ADB04;
}
.BgClassName
{
background-color: #4ADB04;
}
</style>
border-color css
<style>
span { border-color: #4ADB04; }
span { border-color: rgb(74,219,4); }
td.TdClassName
{
border-color: #4ADB04;
}
.TagClassName
{
border-color: #4ADB04;
}
</style>