Shades of Kelly Green #4BAD0F
Tints of Kelly Green #4BAD0F
RGB
CMYK
RGB Variations
Color information
#4BAD0F (or 0x4BAD0F) is known color: Kelly Green. HEX triplet: 4B, AD and 0F. RGB value is (75,173,15). Sum of RGB (Red+Green+Blue) = 75+173+15=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAD0F is #B452F0. Grayscale: #7E7E7E. Windows color (decimal): -11817713 or 1027403. OLE color: 1027403.
HSL color Cylindrical-coordinate representation of color #4BAD0F: hue angle of 97.22º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BAD0F is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 15 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.32 |
| HSL | 97.22º | 0.84% | 0.37% | - |
| HSV(B) | 97.22º | 0.91% | 0.68% | - |
| XYZ | 17.93 | 31.42 | 5.57 | - |
| YUV | 125.69 | 65.53 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 15 | 0.57 | 0 | 0.91 | 0.32 | 97.22 | 0.84 | 0.37 |
| Hex | 4B | AD | F | 39 | 0 | 5B | 20 | 61 | 54 | 25 |
| Octal | 113 | 255 | 17 | 71 | 0 | 133 | 40 | 141 | 124 | 45 |
| Binary | 1001011 | 10101101 | 1111 | 111001 | 0 | 1011011 | 100000 | 1100001 | 1010100 | 100101 |
Color Harmonies of #4BAD0F
Complementary color
Monochromatic Colors of #4BAD0F
Black with #4BAD0F
Text Example
Text Example
White with #4BAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAD0F; }
p { color: rgb(75,173,15); }
H1.HeaderClassName
{
color: #4BAD0F;
}
.AnyTagClassName
{
color: #4BAD0F;
}
</style>
background-color css
<style>
a { background-color: #4BAD0F; }
a { background-color: rgb(75,173,15); }
div.DivClassName
{
background-color: #4BAD0F;
}
.BgClassName
{
background-color: #4BAD0F;
}
</style>
border-color css
<style>
span { border-color: #4BAD0F; }
span { border-color: rgb(75,173,15); }
td.TdClassName
{
border-color: #4BAD0F;
}
.TagClassName
{
border-color: #4BAD0F;
}
</style>