Shades of Kelly Green #4ABC1B
Tints of Kelly Green #4ABC1B
RGB
CMYK
RGB Variations
Color information
#4ABC1B (or 0x4ABC1B) is known color: Kelly Green. HEX triplet: 4A, BC and 1B. RGB value is (74,188,27). Sum of RGB (Red+Green+Blue) = 74+188+27=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC1B is #B543E4. Grayscale: #888888. Windows color (decimal): -11879397 or 1817674. OLE color: 1817674.
HSL color Cylindrical-coordinate representation of color #4ABC1B: hue angle of 102.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4ABC1B is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 27 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.26 |
| HSL | 102.48º | 0.75% | 0.42% | - |
| HSV(B) | 102.48º | 0.86% | 0.74% | - |
| XYZ | 21.01 | 37.5 | 7.17 | - |
| YUV | 135.56 | 66.73 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 27 | 0.61 | 0 | 0.86 | 0.26 | 102.48 | 0.75 | 0.42 |
| Hex | 4A | BC | 1B | 3D | 0 | 56 | 1A | 66 | 4B | 2A |
| Octal | 112 | 274 | 33 | 75 | 0 | 126 | 32 | 146 | 113 | 52 |
| Binary | 1001010 | 10111100 | 11011 | 111101 | 0 | 1010110 | 11010 | 1100110 | 1001011 | 101010 |
Color Harmonies of #4ABC1B
Complementary color
Monochromatic Colors of #4ABC1B
Black with #4ABC1B
Text Example
Text Example
White with #4ABC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC1B; }
p { color: rgb(74,188,27); }
H1.HeaderClassName
{
color: #4ABC1B;
}
.AnyTagClassName
{
color: #4ABC1B;
}
</style>
background-color css
<style>
a { background-color: #4ABC1B; }
a { background-color: rgb(74,188,27); }
div.DivClassName
{
background-color: #4ABC1B;
}
.BgClassName
{
background-color: #4ABC1B;
}
</style>
border-color css
<style>
span { border-color: #4ABC1B; }
span { border-color: rgb(74,188,27); }
td.TdClassName
{
border-color: #4ABC1B;
}
.TagClassName
{
border-color: #4ABC1B;
}
</style>