Shades of Kelly Green #4BA525
Tints of Kelly Green #4BA525
RGB
CMYK
RGB Variations
Color information
#4BA525 (or 0x4BA525) is known color: Kelly Green. HEX triplet: 4B, A5 and 25. RGB value is (75,165,37). Sum of RGB (Red+Green+Blue) = 75+165+37=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 165 (64.84% from 255 or 59.57% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA525 is #B45ADA. Grayscale: #7B7B7B. Windows color (decimal): -11819739 or 2467147. OLE color: 2467147.
HSL color Cylindrical-coordinate representation of color #4BA525: hue angle of 102.19º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BA525 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 165 | 37 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.35 |
| HSL | 102.19º | 0.63% | 0.4% | - |
| HSV(B) | 102.19º | 0.78% | 0.65% | - |
| XYZ | 16.69 | 28.54 | 6.38 | - |
| YUV | 123.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 37 | 0.55 | 0 | 0.78 | 0.35 | 102.19 | 0.63 | 0.4 |
| Hex | 4B | A5 | 25 | 37 | 0 | 4E | 23 | 66 | 3F | 28 |
| Octal | 113 | 245 | 45 | 67 | 0 | 116 | 43 | 146 | 77 | 50 |
| Binary | 1001011 | 10100101 | 100101 | 110111 | 0 | 1001110 | 100011 | 1100110 | 111111 | 101000 |
Color Harmonies of #4BA525
Complementary color
Monochromatic Colors of #4BA525
Black with #4BA525
Text Example
Text Example
White with #4BA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA525; }
p { color: rgb(75,165,37); }
H1.HeaderClassName
{
color: #4BA525;
}
.AnyTagClassName
{
color: #4BA525;
}
</style>
background-color css
<style>
a { background-color: #4BA525; }
a { background-color: rgb(75,165,37); }
div.DivClassName
{
background-color: #4BA525;
}
.BgClassName
{
background-color: #4BA525;
}
</style>
border-color css
<style>
span { border-color: #4BA525; }
span { border-color: rgb(75,165,37); }
td.TdClassName
{
border-color: #4BA525;
}
.TagClassName
{
border-color: #4BA525;
}
</style>