Shades of Kelly Green #4ABC06
Tints of Kelly Green #4ABC06
RGB
CMYK
RGB Variations
Color information
#4ABC06 (or 0x4ABC06) is known color: Kelly Green. HEX triplet: 4A, BC and 06. RGB value is (74,188,6). Sum of RGB (Red+Green+Blue) = 74+188+6=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABC06 is #B543F9. Grayscale: #858585. Windows color (decimal): -11879418 or 441418. OLE color: 441418.
HSL color Cylindrical-coordinate representation of color #4ABC06: hue angle of 97.58º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4ABC06 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 6 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.26 |
| HSL | 97.58º | 0.94% | 0.38% | - |
| HSV(B) | 97.58º | 0.97% | 0.74% | - |
| XYZ | 20.84 | 37.44 | 6.3 | - |
| YUV | 133.17 | 56.23 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 6 | 0.61 | 0 | 0.97 | 0.26 | 97.58 | 0.94 | 0.38 |
| Hex | 4A | BC | 6 | 3D | 0 | 61 | 1A | 62 | 5E | 26 |
| Octal | 112 | 274 | 6 | 75 | 0 | 141 | 32 | 142 | 136 | 46 |
| Binary | 1001010 | 10111100 | 110 | 111101 | 0 | 1100001 | 11010 | 1100010 | 1011110 | 100110 |
Color Harmonies of #4ABC06
Complementary color
Monochromatic Colors of #4ABC06
Black with #4ABC06
Text Example
Text Example
White with #4ABC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC06; }
p { color: rgb(74,188,6); }
H1.HeaderClassName
{
color: #4ABC06;
}
.AnyTagClassName
{
color: #4ABC06;
}
</style>
background-color css
<style>
a { background-color: #4ABC06; }
a { background-color: rgb(74,188,6); }
div.DivClassName
{
background-color: #4ABC06;
}
.BgClassName
{
background-color: #4ABC06;
}
</style>
border-color css
<style>
span { border-color: #4ABC06; }
span { border-color: rgb(74,188,6); }
td.TdClassName
{
border-color: #4ABC06;
}
.TagClassName
{
border-color: #4ABC06;
}
</style>