Shades of Kelly Green #4BB001
Tints of Kelly Green #4BB001
RGB
CMYK
RGB Variations
Color information
#4BB001 (or 0x4BB001) is known color: Kelly Green. HEX triplet: 4B, B0 and 01. RGB value is (75,176,1). Sum of RGB (Red+Green+Blue) = 75+176+1=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 176 (69.14% from 255 or 69.84% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 176 - color contains mainly: green. Hex color #4BB001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BB001 is #B44FFE. Grayscale: #7E7E7E. Windows color (decimal): -11816959 or 110667. OLE color: 110667.
HSL color Cylindrical-coordinate representation of color #4BB001: hue angle of 94.63º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BB001 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 176 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.31 |
| HSL | 94.63º | 0.99% | 0.35% | - |
| HSV(B) | 94.63º | 0.99% | 0.69% | - |
| XYZ | 18.43 | 32.55 | 5.34 | - |
| YUV | 125.85 | 57.54 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 176 | 1 | 0.57 | 0 | 0.99 | 0.31 | 94.63 | 0.99 | 0.35 |
| Hex | 4B | B0 | 1 | 39 | 0 | 63 | 1F | 5F | 63 | 23 |
| Octal | 113 | 260 | 1 | 71 | 0 | 143 | 37 | 137 | 143 | 43 |
| Binary | 1001011 | 10110000 | 1 | 111001 | 0 | 1100011 | 11111 | 1011111 | 1100011 | 100011 |
Color Harmonies of #4BB001
Complementary color
Monochromatic Colors of #4BB001
Black with #4BB001
Text Example
Text Example
White with #4BB001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB001; }
p { color: rgb(75,176,1); }
H1.HeaderClassName
{
color: #4BB001;
}
.AnyTagClassName
{
color: #4BB001;
}
</style>
background-color css
<style>
a { background-color: #4BB001; }
a { background-color: rgb(75,176,1); }
div.DivClassName
{
background-color: #4BB001;
}
.BgClassName
{
background-color: #4BB001;
}
</style>
border-color css
<style>
span { border-color: #4BB001; }
span { border-color: rgb(75,176,1); }
td.TdClassName
{
border-color: #4BB001;
}
.TagClassName
{
border-color: #4BB001;
}
</style>