Shades of Kelly Green #4BB312
Tints of Kelly Green #4BB312
RGB
CMYK
RGB Variations
Color information
#4BB312 (or 0x4BB312) is known color: Kelly Green. HEX triplet: 4B, B3 and 12. RGB value is (75,179,18). Sum of RGB (Red+Green+Blue) = 75+179+18=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BB312 is #B44CED. Grayscale: #828282. Windows color (decimal): -11816174 or 1225547. OLE color: 1225547.
HSL color Cylindrical-coordinate representation of color #4BB312: hue angle of 98.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BB312 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 179 | 18 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.30 |
| HSL | 98.76º | 0.82% | 0.39% | - |
| HSV(B) | 98.76º | 0.9% | 0.7% | - |
| XYZ | 19.13 | 33.78 | 6.08 | - |
| YUV | 129.55 | 65.04 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 179 | 18 | 0.58 | 0 | 0.90 | 0.30 | 98.76 | 0.82 | 0.39 |
| Hex | 4B | B3 | 12 | 3A | 0 | 5A | 1E | 63 | 52 | 27 |
| Octal | 113 | 263 | 22 | 72 | 0 | 132 | 36 | 143 | 122 | 47 |
| Binary | 1001011 | 10110011 | 10010 | 111010 | 0 | 1011010 | 11110 | 1100011 | 1010010 | 100111 |
Color Harmonies of #4BB312
Complementary color
Monochromatic Colors of #4BB312
Black with #4BB312
Text Example
Text Example
White with #4BB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB312; }
p { color: rgb(75,179,18); }
H1.HeaderClassName
{
color: #4BB312;
}
.AnyTagClassName
{
color: #4BB312;
}
</style>
background-color css
<style>
a { background-color: #4BB312; }
a { background-color: rgb(75,179,18); }
div.DivClassName
{
background-color: #4BB312;
}
.BgClassName
{
background-color: #4BB312;
}
</style>
border-color css
<style>
span { border-color: #4BB312; }
span { border-color: rgb(75,179,18); }
td.TdClassName
{
border-color: #4BB312;
}
.TagClassName
{
border-color: #4BB312;
}
</style>