Shades of Kelly Green #4BDC07
Tints of Kelly Green #4BDC07
RGB
CMYK
RGB Variations
Color information
#4BDC07 (or 0x4BDC07) is known color: Kelly Green. HEX triplet: 4B, DC and 07. RGB value is (75,220,7). Sum of RGB (Red+Green+Blue) = 75+220+7=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDC07 is #B423F8. Grayscale: #999999. Windows color (decimal): -11805689 or 515147. OLE color: 515147.
HSL color Cylindrical-coordinate representation of color #4BDC07: hue angle of 100.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4BDC07 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 7 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.14 |
| HSL | 100.85º | 0.94% | 0.45% | - |
| HSV(B) | 100.85º | 0.97% | 0.86% | - |
| XYZ | 28.53 | 52.7 | 8.87 | - |
| YUV | 152.36 | 45.96 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 7 | 0.66 | 0 | 0.97 | 0.14 | 100.85 | 0.94 | 0.45 |
| Hex | 4B | DC | 7 | 42 | 0 | 61 | E | 65 | 5E | 2D |
| Octal | 113 | 334 | 7 | 102 | 0 | 141 | 16 | 145 | 136 | 55 |
| Binary | 1001011 | 11011100 | 111 | 1000010 | 0 | 1100001 | 1110 | 1100101 | 1011110 | 101101 |
Color Harmonies of #4BDC07
Complementary color
Monochromatic Colors of #4BDC07
Black with #4BDC07
Text Example
Text Example
White with #4BDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC07; }
p { color: rgb(75,220,7); }
H1.HeaderClassName
{
color: #4BDC07;
}
.AnyTagClassName
{
color: #4BDC07;
}
</style>
background-color css
<style>
a { background-color: #4BDC07; }
a { background-color: rgb(75,220,7); }
div.DivClassName
{
background-color: #4BDC07;
}
.BgClassName
{
background-color: #4BDC07;
}
</style>
border-color css
<style>
span { border-color: #4BDC07; }
span { border-color: rgb(75,220,7); }
td.TdClassName
{
border-color: #4BDC07;
}
.TagClassName
{
border-color: #4BDC07;
}
</style>