Shades of Kelly Green #4ABD1B
Tints of Kelly Green #4ABD1B
RGB
CMYK
RGB Variations
Color information
#4ABD1B (or 0x4ABD1B) is known color: Kelly Green. HEX triplet: 4A, BD and 1B. RGB value is (74,189,27). Sum of RGB (Red+Green+Blue) = 74+189+27=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABD1B is #B542E4. Grayscale: #888888. Windows color (decimal): -11879141 or 1817930. OLE color: 1817930.
HSL color Cylindrical-coordinate representation of color #4ABD1B: hue angle of 102.59º 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 #4ABD1B is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 27 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.26 |
| HSL | 102.59º | 0.75% | 0.42% | - |
| HSV(B) | 102.59º | 0.86% | 0.74% | - |
| XYZ | 21.22 | 37.93 | 7.24 | - |
| YUV | 136.15 | 66.4 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 27 | 0.61 | 0 | 0.86 | 0.26 | 102.59 | 0.75 | 0.42 |
| Hex | 4A | BD | 1B | 3D | 0 | 56 | 1A | 67 | 4B | 2A |
| Octal | 112 | 275 | 33 | 75 | 0 | 126 | 32 | 147 | 113 | 52 |
| Binary | 1001010 | 10111101 | 11011 | 111101 | 0 | 1010110 | 11010 | 1100111 | 1001011 | 101010 |
Color Harmonies of #4ABD1B
Complementary color
Monochromatic Colors of #4ABD1B
Black with #4ABD1B
Text Example
Text Example
White with #4ABD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD1B; }
p { color: rgb(74,189,27); }
H1.HeaderClassName
{
color: #4ABD1B;
}
.AnyTagClassName
{
color: #4ABD1B;
}
</style>
background-color css
<style>
a { background-color: #4ABD1B; }
a { background-color: rgb(74,189,27); }
div.DivClassName
{
background-color: #4ABD1B;
}
.BgClassName
{
background-color: #4ABD1B;
}
</style>
border-color css
<style>
span { border-color: #4ABD1B; }
span { border-color: rgb(74,189,27); }
td.TdClassName
{
border-color: #4ABD1B;
}
.TagClassName
{
border-color: #4ABD1B;
}
</style>