Shades of Kelly Green #4AC508
Tints of Kelly Green #4AC508
RGB
CMYK
RGB Variations
Color information
#4AC508 (or 0x4AC508) is known color: Kelly Green. HEX triplet: 4A, C5 and 08. RGB value is (74,197,8). Sum of RGB (Red+Green+Blue) = 74+197+8=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC508 is #B53AF7. Grayscale: #8B8B8B. Windows color (decimal): -11877112 or 574794. OLE color: 574794.
HSL color Cylindrical-coordinate representation of color #4AC508: hue angle of 99.05º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AC508 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 8 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.23 |
| HSL | 99.05º | 0.92% | 0.4% | - |
| HSV(B) | 99.05º | 0.96% | 0.77% | - |
| XYZ | 22.83 | 41.41 | 7.02 | - |
| YUV | 138.68 | 54.25 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 8 | 0.62 | 0 | 0.96 | 0.23 | 99.05 | 0.92 | 0.4 |
| Hex | 4A | C5 | 8 | 3E | 0 | 60 | 17 | 63 | 5C | 28 |
| Octal | 112 | 305 | 10 | 76 | 0 | 140 | 27 | 143 | 134 | 50 |
| Binary | 1001010 | 11000101 | 1000 | 111110 | 0 | 1100000 | 10111 | 1100011 | 1011100 | 101000 |
Color Harmonies of #4AC508
Complementary color
Monochromatic Colors of #4AC508
Black with #4AC508
Text Example
Text Example
White with #4AC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC508; }
p { color: rgb(74,197,8); }
H1.HeaderClassName
{
color: #4AC508;
}
.AnyTagClassName
{
color: #4AC508;
}
</style>
background-color css
<style>
a { background-color: #4AC508; }
a { background-color: rgb(74,197,8); }
div.DivClassName
{
background-color: #4AC508;
}
.BgClassName
{
background-color: #4AC508;
}
</style>
border-color css
<style>
span { border-color: #4AC508; }
span { border-color: rgb(74,197,8); }
td.TdClassName
{
border-color: #4AC508;
}
.TagClassName
{
border-color: #4AC508;
}
</style>