Shades of Kelly Green #4BD50D
Tints of Kelly Green #4BD50D
RGB
CMYK
RGB Variations
Color information
#4BD50D (or 0x4BD50D) is known color: Kelly Green. HEX triplet: 4B, D5 and 0D. RGB value is (75,213,13). Sum of RGB (Red+Green+Blue) = 75+213+13=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 213 (83.59% from 255 or 70.76% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BD50D is #B42AF2. Grayscale: #959595. Windows color (decimal): -11807475 or 906571. OLE color: 906571.
HSL color Cylindrical-coordinate representation of color #4BD50D: hue angle of 101.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BD50D is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 213 | 13 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.16 |
| HSL | 101.4º | 0.88% | 0.44% | - |
| HSV(B) | 101.4º | 0.94% | 0.84% | - |
| XYZ | 26.77 | 49.11 | 8.45 | - |
| YUV | 148.94 | 51.28 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 213 | 13 | 0.65 | 0 | 0.94 | 0.16 | 101.4 | 0.88 | 0.44 |
| Hex | 4B | D5 | D | 41 | 0 | 5E | 10 | 65 | 58 | 2C |
| Octal | 113 | 325 | 15 | 101 | 0 | 136 | 20 | 145 | 130 | 54 |
| Binary | 1001011 | 11010101 | 1101 | 1000001 | 0 | 1011110 | 10000 | 1100101 | 1011000 | 101100 |
Color Harmonies of #4BD50D
Complementary color
Monochromatic Colors of #4BD50D
Black with #4BD50D
Text Example
Text Example
White with #4BD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD50D; }
p { color: rgb(75,213,13); }
H1.HeaderClassName
{
color: #4BD50D;
}
.AnyTagClassName
{
color: #4BD50D;
}
</style>
background-color css
<style>
a { background-color: #4BD50D; }
a { background-color: rgb(75,213,13); }
div.DivClassName
{
background-color: #4BD50D;
}
.BgClassName
{
background-color: #4BD50D;
}
</style>
border-color css
<style>
span { border-color: #4BD50D; }
span { border-color: rgb(75,213,13); }
td.TdClassName
{
border-color: #4BD50D;
}
.TagClassName
{
border-color: #4BD50D;
}
</style>