Shades of Kelly Green #4BCA00
Tints of Kelly Green #4BCA00
RGB
CMYK
RGB Variations
Color information
#4BCA00 (or 0x4BCA00) is known color: Kelly Green. HEX triplet: 4B, CA and 00. RGB value is (75,202,0). Sum of RGB (Red+Green+Blue) = 75+202+0=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 202 (79.30% from 255 or 72.92% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BCA00 is #B435FF. Grayscale: #8D8D8D. Windows color (decimal): -11810304 or 51787. OLE color: 51787.
HSL color Cylindrical-coordinate representation of color #4BCA00: hue angle of 97.72º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BCA00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.21 |
| HSL | 97.72º | 1% | 0.4% | - |
| HSV(B) | 97.72º | 1% | 0.79% | - |
| XYZ | 24.02 | 43.74 | 7.18 | - |
| YUV | 141 | 48.42 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 0 | 0.63 | 0 | 1 | 0.21 | 97.72 | 1 | 0.4 |
| Hex | 4B | CA | 0 | 3F | 0 | 64 | 15 | 62 | 64 | 28 |
| Octal | 113 | 312 | 0 | 77 | 0 | 144 | 25 | 142 | 144 | 50 |
| Binary | 1001011 | 11001010 | 0 | 111111 | 0 | 1100100 | 10101 | 1100010 | 1100100 | 101000 |
Color Harmonies of #4BCA00
Complementary color
Monochromatic Colors of #4BCA00
Black with #4BCA00
Text Example
Text Example
White with #4BCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCA00; }
p { color: rgb(75,202,0); }
H1.HeaderClassName
{
color: #4BCA00;
}
.AnyTagClassName
{
color: #4BCA00;
}
</style>
background-color css
<style>
a { background-color: #4BCA00; }
a { background-color: rgb(75,202,0); }
div.DivClassName
{
background-color: #4BCA00;
}
.BgClassName
{
background-color: #4BCA00;
}
</style>
border-color css
<style>
span { border-color: #4BCA00; }
span { border-color: rgb(75,202,0); }
td.TdClassName
{
border-color: #4BCA00;
}
.TagClassName
{
border-color: #4BCA00;
}
</style>