Shades of Kelly Green #4BD70B
Tints of Kelly Green #4BD70B
RGB
CMYK
RGB Variations
Color information
#4BD70B (or 0x4BD70B) is known color: Kelly Green. HEX triplet: 4B, D7 and 0B. RGB value is (75,215,11). Sum of RGB (Red+Green+Blue) = 75+215+11=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 215 (84.38% from 255 or 71.43% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BD70B is #B428F4. Grayscale: #969696. Windows color (decimal): -11806965 or 776011. OLE color: 776011.
HSL color Cylindrical-coordinate representation of color #4BD70B: hue angle of 101.18º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4BD70B is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 11 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.16 |
| HSL | 101.18º | 0.9% | 0.44% | - |
| HSV(B) | 101.18º | 0.95% | 0.84% | - |
| XYZ | 27.26 | 50.12 | 8.55 | - |
| YUV | 149.88 | 49.62 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 11 | 0.65 | 0 | 0.95 | 0.16 | 101.18 | 0.9 | 0.44 |
| Hex | 4B | D7 | B | 41 | 0 | 5F | 10 | 65 | 5A | 2C |
| Octal | 113 | 327 | 13 | 101 | 0 | 137 | 20 | 145 | 132 | 54 |
| Binary | 1001011 | 11010111 | 1011 | 1000001 | 0 | 1011111 | 10000 | 1100101 | 1011010 | 101100 |
Color Harmonies of #4BD70B
Complementary color
Monochromatic Colors of #4BD70B
Black with #4BD70B
Text Example
Text Example
White with #4BD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD70B; }
p { color: rgb(75,215,11); }
H1.HeaderClassName
{
color: #4BD70B;
}
.AnyTagClassName
{
color: #4BD70B;
}
</style>
background-color css
<style>
a { background-color: #4BD70B; }
a { background-color: rgb(75,215,11); }
div.DivClassName
{
background-color: #4BD70B;
}
.BgClassName
{
background-color: #4BD70B;
}
</style>
border-color css
<style>
span { border-color: #4BD70B; }
span { border-color: rgb(75,215,11); }
td.TdClassName
{
border-color: #4BD70B;
}
.TagClassName
{
border-color: #4BD70B;
}
</style>