Shades of Kelly Green #4BD000
Tints of Kelly Green #4BD000
RGB
CMYK
RGB Variations
Color information
#4BD000 (or 0x4BD000) is known color: Kelly Green. HEX triplet: 4B, D0 and 00. RGB value is (75,208,0). Sum of RGB (Red+Green+Blue) = 75+208+0=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BD000 is #B42FFF. Grayscale: #919191. Windows color (decimal): -11808768 or 53323. OLE color: 53323.
HSL color Cylindrical-coordinate representation of color #4BD000: hue angle of 98.37º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BD000 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.18 |
| HSL | 98.37º | 1% | 0.41% | - |
| HSV(B) | 98.37º | 1% | 0.82% | - |
| XYZ | 25.46 | 46.61 | 7.65 | - |
| YUV | 144.52 | 46.44 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 0 | 0.64 | 0 | 1 | 0.18 | 98.37 | 1 | 0.41 |
| Hex | 4B | D0 | 0 | 40 | 0 | 64 | 12 | 62 | 64 | 29 |
| Octal | 113 | 320 | 0 | 100 | 0 | 144 | 22 | 142 | 144 | 51 |
| Binary | 1001011 | 11010000 | 0 | 1000000 | 0 | 1100100 | 10010 | 1100010 | 1100100 | 101001 |
Color Harmonies of #4BD000
Complementary color
Monochromatic Colors of #4BD000
Black with #4BD000
Text Example
Text Example
White with #4BD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD000; }
p { color: rgb(75,208,0); }
H1.HeaderClassName
{
color: #4BD000;
}
.AnyTagClassName
{
color: #4BD000;
}
</style>
background-color css
<style>
a { background-color: #4BD000; }
a { background-color: rgb(75,208,0); }
div.DivClassName
{
background-color: #4BD000;
}
.BgClassName
{
background-color: #4BD000;
}
</style>
border-color css
<style>
span { border-color: #4BD000; }
span { border-color: rgb(75,208,0); }
td.TdClassName
{
border-color: #4BD000;
}
.TagClassName
{
border-color: #4BD000;
}
</style>