Shades of Kelly Green #4ADB03
Tints of Kelly Green #4ADB03
RGB
CMYK
RGB Variations
Color information
#4ADB03 (or 0x4ADB03) is known color: Kelly Green. HEX triplet: 4A, DB and 03. RGB value is (74,219,3). Sum of RGB (Red+Green+Blue) = 74+219+3=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 219 (85.94% from 255 or 73.99% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADB03 is #B524FC. Grayscale: #979797. Windows color (decimal): -11871485 or 252746. OLE color: 252746.
HSL color Cylindrical-coordinate representation of color #4ADB03: hue angle of 100.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4ADB03 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 3 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.14 |
| HSL | 100.28º | 0.97% | 0.44% | - |
| HSV(B) | 100.28º | 0.99% | 0.86% | - |
| XYZ | 28.17 | 52.13 | 8.66 | - |
| YUV | 151.02 | 44.46 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 3 | 0.66 | 0 | 0.99 | 0.14 | 100.28 | 0.97 | 0.44 |
| Hex | 4A | DB | 3 | 42 | 0 | 63 | E | 64 | 61 | 2C |
| Octal | 112 | 333 | 3 | 102 | 0 | 143 | 16 | 144 | 141 | 54 |
| Binary | 1001010 | 11011011 | 11 | 1000010 | 0 | 1100011 | 1110 | 1100100 | 1100001 | 101100 |
Color Harmonies of #4ADB03
Complementary color
Monochromatic Colors of #4ADB03
Black with #4ADB03
Text Example
Text Example
White with #4ADB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB03; }
p { color: rgb(74,219,3); }
H1.HeaderClassName
{
color: #4ADB03;
}
.AnyTagClassName
{
color: #4ADB03;
}
</style>
background-color css
<style>
a { background-color: #4ADB03; }
a { background-color: rgb(74,219,3); }
div.DivClassName
{
background-color: #4ADB03;
}
.BgClassName
{
background-color: #4ADB03;
}
</style>
border-color css
<style>
span { border-color: #4ADB03; }
span { border-color: rgb(74,219,3); }
td.TdClassName
{
border-color: #4ADB03;
}
.TagClassName
{
border-color: #4ADB03;
}
</style>