Shades of Kelly Green #50CF04
Tints of Kelly Green #50CF04
RGB
CMYK
RGB Variations
Color information
#50CF04 (or 0x50CF04) is known color: Kelly Green. HEX triplet: 50, CF and 04. RGB value is (80,207,4). Sum of RGB (Red+Green+Blue) = 80+207+4=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 207 (81.25% from 255 or 71.13% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CF04 is #AF30FB. Grayscale: #929292. Windows color (decimal): -11481340 or 315216. OLE color: 315216.
HSL color Cylindrical-coordinate representation of color #50CF04: hue angle of 97.54º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50CF04 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 4 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.19 |
| HSL | 97.54º | 0.96% | 0.41% | - |
| HSV(B) | 97.54º | 0.98% | 0.81% | - |
| XYZ | 25.64 | 46.34 | 7.71 | - |
| YUV | 145.89 | 47.92 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 4 | 0.61 | 0 | 0.98 | 0.19 | 97.54 | 0.96 | 0.41 |
| Hex | 50 | CF | 4 | 3D | 0 | 62 | 13 | 62 | 60 | 29 |
| Octal | 120 | 317 | 4 | 75 | 0 | 142 | 23 | 142 | 140 | 51 |
| Binary | 1010000 | 11001111 | 100 | 111101 | 0 | 1100010 | 10011 | 1100010 | 1100000 | 101001 |
Color Harmonies of #50CF04
Complementary color
Monochromatic Colors of #50CF04
Black with #50CF04
Text Example
Text Example
White with #50CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF04; }
p { color: rgb(80,207,4); }
H1.HeaderClassName
{
color: #50CF04;
}
.AnyTagClassName
{
color: #50CF04;
}
</style>
background-color css
<style>
a { background-color: #50CF04; }
a { background-color: rgb(80,207,4); }
div.DivClassName
{
background-color: #50CF04;
}
.BgClassName
{
background-color: #50CF04;
}
</style>
border-color css
<style>
span { border-color: #50CF04; }
span { border-color: rgb(80,207,4); }
td.TdClassName
{
border-color: #50CF04;
}
.TagClassName
{
border-color: #50CF04;
}
</style>