Shades of Kelly Green #4AD708
Tints of Kelly Green #4AD708
RGB
CMYK
RGB Variations
Color information
#4AD708 (or 0x4AD708) is known color: Kelly Green. HEX triplet: 4A, D7 and 08. RGB value is (74,215,8). Sum of RGB (Red+Green+Blue) = 74+215+8=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 215 (84.38% from 255 or 72.39% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD708 is #B528F7. Grayscale: #959595. Windows color (decimal): -11872504 or 579402. OLE color: 579402.
HSL color Cylindrical-coordinate representation of color #4AD708: hue angle of 100.87º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AD708 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.16 |
| HSL | 100.87º | 0.93% | 0.44% | - |
| HSV(B) | 100.87º | 0.96% | 0.84% | - |
| XYZ | 27.17 | 50.07 | 8.46 | - |
| YUV | 149.24 | 48.29 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 8 | 0.66 | 0 | 0.96 | 0.16 | 100.87 | 0.93 | 0.44 |
| Hex | 4A | D7 | 8 | 42 | 0 | 60 | 10 | 65 | 5D | 2C |
| Octal | 112 | 327 | 10 | 102 | 0 | 140 | 20 | 145 | 135 | 54 |
| Binary | 1001010 | 11010111 | 1000 | 1000010 | 0 | 1100000 | 10000 | 1100101 | 1011101 | 101100 |
Color Harmonies of #4AD708
Complementary color
Monochromatic Colors of #4AD708
Black with #4AD708
Text Example
Text Example
White with #4AD708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD708; }
p { color: rgb(74,215,8); }
H1.HeaderClassName
{
color: #4AD708;
}
.AnyTagClassName
{
color: #4AD708;
}
</style>
background-color css
<style>
a { background-color: #4AD708; }
a { background-color: rgb(74,215,8); }
div.DivClassName
{
background-color: #4AD708;
}
.BgClassName
{
background-color: #4AD708;
}
</style>
border-color css
<style>
span { border-color: #4AD708; }
span { border-color: rgb(74,215,8); }
td.TdClassName
{
border-color: #4AD708;
}
.TagClassName
{
border-color: #4AD708;
}
</style>