Shades of Kelly Green #4BD60B
Tints of Kelly Green #4BD60B
RGB
CMYK
RGB Variations
Color information
#4BD60B (or 0x4BD60B) is known color: Kelly Green. HEX triplet: 4B, D6 and 0B. RGB value is (75,214,11). Sum of RGB (Red+Green+Blue) = 75+214+11=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 214 (83.98% from 255 or 71.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BD60B is #B429F4. Grayscale: #959595. Windows color (decimal): -11807221 or 775755. OLE color: 775755.
HSL color Cylindrical-coordinate representation of color #4BD60B: hue angle of 101.08º 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 #4BD60B is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 11 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.16 |
| HSL | 101.08º | 0.9% | 0.44% | - |
| HSV(B) | 101.08º | 0.95% | 0.84% | - |
| XYZ | 27.01 | 49.61 | 8.47 | - |
| YUV | 149.3 | 49.95 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 11 | 0.65 | 0 | 0.95 | 0.16 | 101.08 | 0.9 | 0.44 |
| Hex | 4B | D6 | B | 41 | 0 | 5F | 10 | 65 | 5A | 2C |
| Octal | 113 | 326 | 13 | 101 | 0 | 137 | 20 | 145 | 132 | 54 |
| Binary | 1001011 | 11010110 | 1011 | 1000001 | 0 | 1011111 | 10000 | 1100101 | 1011010 | 101100 |
Color Harmonies of #4BD60B
Complementary color
Monochromatic Colors of #4BD60B
Black with #4BD60B
Text Example
Text Example
White with #4BD60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD60B; }
p { color: rgb(75,214,11); }
H1.HeaderClassName
{
color: #4BD60B;
}
.AnyTagClassName
{
color: #4BD60B;
}
</style>
background-color css
<style>
a { background-color: #4BD60B; }
a { background-color: rgb(75,214,11); }
div.DivClassName
{
background-color: #4BD60B;
}
.BgClassName
{
background-color: #4BD60B;
}
</style>
border-color css
<style>
span { border-color: #4BD60B; }
span { border-color: rgb(75,214,11); }
td.TdClassName
{
border-color: #4BD60B;
}
.TagClassName
{
border-color: #4BD60B;
}
</style>