Shades of Kelly Green #4AD608
Tints of Kelly Green #4AD608
RGB
CMYK
RGB Variations
Color information
#4AD608 (or 0x4AD608) is known color: Kelly Green. HEX triplet: 4A, D6 and 08. RGB value is (74,214,8). Sum of RGB (Red+Green+Blue) = 74+214+8=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 214 (83.98% from 255 or 72.30% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD608 is #B529F7. Grayscale: #959595. Windows color (decimal): -11872760 or 579146. OLE color: 579146.
HSL color Cylindrical-coordinate representation of color #4AD608: hue angle of 100.78º 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 #4AD608 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 8 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.16 |
| HSL | 100.78º | 0.93% | 0.44% | - |
| HSV(B) | 100.78º | 0.96% | 0.84% | - |
| XYZ | 26.91 | 49.57 | 8.38 | - |
| YUV | 148.66 | 48.62 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 8 | 0.65 | 0 | 0.96 | 0.16 | 100.78 | 0.93 | 0.44 |
| Hex | 4A | D6 | 8 | 41 | 0 | 60 | 10 | 65 | 5D | 2C |
| Octal | 112 | 326 | 10 | 101 | 0 | 140 | 20 | 145 | 135 | 54 |
| Binary | 1001010 | 11010110 | 1000 | 1000001 | 0 | 1100000 | 10000 | 1100101 | 1011101 | 101100 |
Color Harmonies of #4AD608
Complementary color
Monochromatic Colors of #4AD608
Black with #4AD608
Text Example
Text Example
White with #4AD608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD608; }
p { color: rgb(74,214,8); }
H1.HeaderClassName
{
color: #4AD608;
}
.AnyTagClassName
{
color: #4AD608;
}
</style>
background-color css
<style>
a { background-color: #4AD608; }
a { background-color: rgb(74,214,8); }
div.DivClassName
{
background-color: #4AD608;
}
.BgClassName
{
background-color: #4AD608;
}
</style>
border-color css
<style>
span { border-color: #4AD608; }
span { border-color: rgb(74,214,8); }
td.TdClassName
{
border-color: #4AD608;
}
.TagClassName
{
border-color: #4AD608;
}
</style>