Shades of Kelly Green #4FC505
Tints of Kelly Green #4FC505
RGB
CMYK
RGB Variations
Color information
#4FC505 (or 0x4FC505) is known color: Kelly Green. HEX triplet: 4F, C5 and 05. RGB value is (79,197,5). Sum of RGB (Red+Green+Blue) = 79+197+5=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FC505 is #B03AFA. Grayscale: #8C8C8C. Windows color (decimal): -11549435 or 378191. OLE color: 378191.
HSL color Cylindrical-coordinate representation of color #4FC505: hue angle of 96.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FC505 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 197 | 5 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.23 |
| HSL | 96.88º | 0.95% | 0.4% | - |
| HSV(B) | 96.88º | 0.97% | 0.77% | - |
| XYZ | 23.22 | 41.61 | 6.95 | - |
| YUV | 139.83 | 51.91 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 5 | 0.60 | 0 | 0.97 | 0.23 | 96.88 | 0.95 | 0.4 |
| Hex | 4F | C5 | 5 | 3C | 0 | 61 | 17 | 61 | 5F | 28 |
| Octal | 117 | 305 | 5 | 74 | 0 | 141 | 27 | 141 | 137 | 50 |
| Binary | 1001111 | 11000101 | 101 | 111100 | 0 | 1100001 | 10111 | 1100001 | 1011111 | 101000 |
Color Harmonies of #4FC505
Complementary color
Monochromatic Colors of #4FC505
Black with #4FC505
Text Example
Text Example
White with #4FC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC505; }
p { color: rgb(79,197,5); }
H1.HeaderClassName
{
color: #4FC505;
}
.AnyTagClassName
{
color: #4FC505;
}
</style>
background-color css
<style>
a { background-color: #4FC505; }
a { background-color: rgb(79,197,5); }
div.DivClassName
{
background-color: #4FC505;
}
.BgClassName
{
background-color: #4FC505;
}
</style>
border-color css
<style>
span { border-color: #4FC505; }
span { border-color: rgb(79,197,5); }
td.TdClassName
{
border-color: #4FC505;
}
.TagClassName
{
border-color: #4FC505;
}
</style>