Shades of Kelly Green #4BCD18
Tints of Kelly Green #4BCD18
RGB
CMYK
RGB Variations
Color information
#4BCD18 (or 0x4BCD18) is known color: Kelly Green. HEX triplet: 4B, CD and 18. RGB value is (75,205,24). Sum of RGB (Red+Green+Blue) = 75+205+24=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 205 (80.47% from 255 or 67.43% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BCD18 is #B432E7. Grayscale: #929292. Windows color (decimal): -11809512 or 1625419. OLE color: 1625419.
HSL color Cylindrical-coordinate representation of color #4BCD18: hue angle of 103.09º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BCD18 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 24 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.20 |
| HSL | 103.09º | 0.79% | 0.45% | - |
| HSV(B) | 103.09º | 0.88% | 0.8% | - |
| XYZ | 24.9 | 45.22 | 8.28 | - |
| YUV | 145.5 | 59.43 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 24 | 0.63 | 0 | 0.88 | 0.20 | 103.09 | 0.79 | 0.45 |
| Hex | 4B | CD | 18 | 3F | 0 | 58 | 14 | 67 | 4F | 2D |
| Octal | 113 | 315 | 30 | 77 | 0 | 130 | 24 | 147 | 117 | 55 |
| Binary | 1001011 | 11001101 | 11000 | 111111 | 0 | 1011000 | 10100 | 1100111 | 1001111 | 101101 |
Color Harmonies of #4BCD18
Complementary color
Monochromatic Colors of #4BCD18
Black with #4BCD18
Text Example
Text Example
White with #4BCD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCD18; }
p { color: rgb(75,205,24); }
H1.HeaderClassName
{
color: #4BCD18;
}
.AnyTagClassName
{
color: #4BCD18;
}
</style>
background-color css
<style>
a { background-color: #4BCD18; }
a { background-color: rgb(75,205,24); }
div.DivClassName
{
background-color: #4BCD18;
}
.BgClassName
{
background-color: #4BCD18;
}
</style>
border-color css
<style>
span { border-color: #4BCD18; }
span { border-color: rgb(75,205,24); }
td.TdClassName
{
border-color: #4BCD18;
}
.TagClassName
{
border-color: #4BCD18;
}
</style>