Shades of Kelly Green #4DCF05
Tints of Kelly Green #4DCF05
RGB
CMYK
RGB Variations
Color information
#4DCF05 (or 0x4DCF05) is known color: Kelly Green. HEX triplet: 4D, CF and 05. RGB value is (77,207,5). Sum of RGB (Red+Green+Blue) = 77+207+5=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 207 (81.25% from 255 or 71.63% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DCF05 is #B230FA. Grayscale: #919191. Windows color (decimal): -11677947 or 380749. OLE color: 380749.
HSL color Cylindrical-coordinate representation of color #4DCF05: hue angle of 98.61º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DCF05 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 5 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.19 |
| HSL | 98.61º | 0.95% | 0.42% | - |
| HSV(B) | 98.61º | 0.98% | 0.81% | - |
| XYZ | 25.4 | 46.21 | 7.73 | - |
| YUV | 145.1 | 48.93 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 5 | 0.63 | 0 | 0.98 | 0.19 | 98.61 | 0.95 | 0.42 |
| Hex | 4D | CF | 5 | 3F | 0 | 62 | 13 | 63 | 5F | 2A |
| Octal | 115 | 317 | 5 | 77 | 0 | 142 | 23 | 143 | 137 | 52 |
| Binary | 1001101 | 11001111 | 101 | 111111 | 0 | 1100010 | 10011 | 1100011 | 1011111 | 101010 |
Color Harmonies of #4DCF05
Complementary color
Monochromatic Colors of #4DCF05
Black with #4DCF05
Text Example
Text Example
White with #4DCF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCF05; }
p { color: rgb(77,207,5); }
H1.HeaderClassName
{
color: #4DCF05;
}
.AnyTagClassName
{
color: #4DCF05;
}
</style>
background-color css
<style>
a { background-color: #4DCF05; }
a { background-color: rgb(77,207,5); }
div.DivClassName
{
background-color: #4DCF05;
}
.BgClassName
{
background-color: #4DCF05;
}
</style>
border-color css
<style>
span { border-color: #4DCF05; }
span { border-color: rgb(77,207,5); }
td.TdClassName
{
border-color: #4DCF05;
}
.TagClassName
{
border-color: #4DCF05;
}
</style>