Shades of Kelly Green #4BAF0E
Tints of Kelly Green #4BAF0E
RGB
CMYK
RGB Variations
Color information
#4BAF0E (or 0x4BAF0E) is known color: Kelly Green. HEX triplet: 4B, AF and 0E. RGB value is (75,175,14). Sum of RGB (Red+Green+Blue) = 75+175+14=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAF0E is #B450F1. Grayscale: #7F7F7F. Windows color (decimal): -11817202 or 962379. OLE color: 962379.
HSL color Cylindrical-coordinate representation of color #4BAF0E: hue angle of 97.27º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4BAF0E is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 14 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.31 |
| HSL | 97.27º | 0.85% | 0.37% | - |
| HSV(B) | 97.27º | 0.92% | 0.69% | - |
| XYZ | 18.31 | 32.19 | 5.66 | - |
| YUV | 126.75 | 64.37 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 14 | 0.57 | 0 | 0.92 | 0.31 | 97.27 | 0.85 | 0.37 |
| Hex | 4B | AF | E | 39 | 0 | 5C | 1F | 61 | 55 | 25 |
| Octal | 113 | 257 | 16 | 71 | 0 | 134 | 37 | 141 | 125 | 45 |
| Binary | 1001011 | 10101111 | 1110 | 111001 | 0 | 1011100 | 11111 | 1100001 | 1010101 | 100101 |
Color Harmonies of #4BAF0E
Complementary color
Monochromatic Colors of #4BAF0E
Black with #4BAF0E
Text Example
Text Example
White with #4BAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAF0E; }
p { color: rgb(75,175,14); }
H1.HeaderClassName
{
color: #4BAF0E;
}
.AnyTagClassName
{
color: #4BAF0E;
}
</style>
background-color css
<style>
a { background-color: #4BAF0E; }
a { background-color: rgb(75,175,14); }
div.DivClassName
{
background-color: #4BAF0E;
}
.BgClassName
{
background-color: #4BAF0E;
}
</style>
border-color css
<style>
span { border-color: #4BAF0E; }
span { border-color: rgb(75,175,14); }
td.TdClassName
{
border-color: #4BAF0E;
}
.TagClassName
{
border-color: #4BAF0E;
}
</style>