Shades of Kelly Green #4FAF28
Tints of Kelly Green #4FAF28
RGB
CMYK
RGB Variations
Color information
#4FAF28 (or 0x4FAF28) is known color: Kelly Green. HEX triplet: 4F, AF and 28. RGB value is (79,175,40). Sum of RGB (Red+Green+Blue) = 79+175+40=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAF28 is #B050D7. Grayscale: #838383. Windows color (decimal): -11555032 or 2666319. OLE color: 2666319.
HSL color Cylindrical-coordinate representation of color #4FAF28: hue angle of 102.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4FAF28 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 175 | 40 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.31 |
| HSL | 102.67º | 0.63% | 0.42% | - |
| HSV(B) | 102.67º | 0.77% | 0.69% | - |
| XYZ | 18.94 | 32.48 | 7.28 | - |
| YUV | 130.91 | 76.7 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 40 | 0.55 | 0 | 0.77 | 0.31 | 102.67 | 0.63 | 0.42 |
| Hex | 4F | AF | 28 | 37 | 0 | 4D | 1F | 67 | 3F | 2A |
| Octal | 117 | 257 | 50 | 67 | 0 | 115 | 37 | 147 | 77 | 52 |
| Binary | 1001111 | 10101111 | 101000 | 110111 | 0 | 1001101 | 11111 | 1100111 | 111111 | 101010 |
Color Harmonies of #4FAF28
Complementary color
Monochromatic Colors of #4FAF28
Black with #4FAF28
Text Example
Text Example
White with #4FAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAF28; }
p { color: rgb(79,175,40); }
H1.HeaderClassName
{
color: #4FAF28;
}
.AnyTagClassName
{
color: #4FAF28;
}
</style>
background-color css
<style>
a { background-color: #4FAF28; }
a { background-color: rgb(79,175,40); }
div.DivClassName
{
background-color: #4FAF28;
}
.BgClassName
{
background-color: #4FAF28;
}
</style>
border-color css
<style>
span { border-color: #4FAF28; }
span { border-color: rgb(79,175,40); }
td.TdClassName
{
border-color: #4FAF28;
}
.TagClassName
{
border-color: #4FAF28;
}
</style>