Shades of Kelly Green #4BD012
Tints of Kelly Green #4BD012
RGB
CMYK
RGB Variations
Color information
#4BD012 (or 0x4BD012) is known color: Kelly Green. HEX triplet: 4B, D0 and 12. RGB value is (75,208,18). Sum of RGB (Red+Green+Blue) = 75+208+18=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BD012 is #B42FED. Grayscale: #939393. Windows color (decimal): -11808750 or 1232971. OLE color: 1232971.
HSL color Cylindrical-coordinate representation of color #4BD012: hue angle of 102º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BD012 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 18 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.18 |
| HSL | 102º | 0.84% | 0.44% | - |
| HSV(B) | 102º | 0.91% | 0.82% | - |
| XYZ | 25.57 | 46.65 | 8.23 | - |
| YUV | 146.57 | 55.44 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 18 | 0.64 | 0 | 0.91 | 0.18 | 102 | 0.84 | 0.44 |
| Hex | 4B | D0 | 12 | 40 | 0 | 5B | 12 | 66 | 54 | 2C |
| Octal | 113 | 320 | 22 | 100 | 0 | 133 | 22 | 146 | 124 | 54 |
| Binary | 1001011 | 11010000 | 10010 | 1000000 | 0 | 1011011 | 10010 | 1100110 | 1010100 | 101100 |
Color Harmonies of #4BD012
Complementary color
Monochromatic Colors of #4BD012
Black with #4BD012
Text Example
Text Example
White with #4BD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD012; }
p { color: rgb(75,208,18); }
H1.HeaderClassName
{
color: #4BD012;
}
.AnyTagClassName
{
color: #4BD012;
}
</style>
background-color css
<style>
a { background-color: #4BD012; }
a { background-color: rgb(75,208,18); }
div.DivClassName
{
background-color: #4BD012;
}
.BgClassName
{
background-color: #4BD012;
}
</style>
border-color css
<style>
span { border-color: #4BD012; }
span { border-color: rgb(75,208,18); }
td.TdClassName
{
border-color: #4BD012;
}
.TagClassName
{
border-color: #4BD012;
}
</style>