Shades of Kelly Green #4ADB08
Tints of Kelly Green #4ADB08
RGB
CMYK
RGB Variations
Color information
#4ADB08 (or 0x4ADB08) is known color: Kelly Green. HEX triplet: 4A, DB and 08. RGB value is (74,219,8). Sum of RGB (Red+Green+Blue) = 74+219+8=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 219 (85.94% from 255 or 72.76% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADB08 is #B524F7. Grayscale: #989898. Windows color (decimal): -11871480 or 580426. OLE color: 580426.
HSL color Cylindrical-coordinate representation of color #4ADB08: hue angle of 101.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4ADB08 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.14 |
| HSL | 101.23º | 0.93% | 0.45% | - |
| HSV(B) | 101.23º | 0.96% | 0.86% | - |
| XYZ | 28.2 | 52.14 | 8.81 | - |
| YUV | 151.59 | 46.96 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 8 | 0.66 | 0 | 0.96 | 0.14 | 101.23 | 0.93 | 0.45 |
| Hex | 4A | DB | 8 | 42 | 0 | 60 | E | 65 | 5D | 2D |
| Octal | 112 | 333 | 10 | 102 | 0 | 140 | 16 | 145 | 135 | 55 |
| Binary | 1001010 | 11011011 | 1000 | 1000010 | 0 | 1100000 | 1110 | 1100101 | 1011101 | 101101 |
Color Harmonies of #4ADB08
Complementary color
Monochromatic Colors of #4ADB08
Black with #4ADB08
Text Example
Text Example
White with #4ADB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB08; }
p { color: rgb(74,219,8); }
H1.HeaderClassName
{
color: #4ADB08;
}
.AnyTagClassName
{
color: #4ADB08;
}
</style>
background-color css
<style>
a { background-color: #4ADB08; }
a { background-color: rgb(74,219,8); }
div.DivClassName
{
background-color: #4ADB08;
}
.BgClassName
{
background-color: #4ADB08;
}
</style>
border-color css
<style>
span { border-color: #4ADB08; }
span { border-color: rgb(74,219,8); }
td.TdClassName
{
border-color: #4ADB08;
}
.TagClassName
{
border-color: #4ADB08;
}
</style>