Shades of Kelly Green #50CC04
Tints of Kelly Green #50CC04
RGB
CMYK
RGB Variations
Color information
#50CC04 (or 0x50CC04) is known color: Kelly Green. HEX triplet: 50, CC and 04. RGB value is (80,204,4). Sum of RGB (Red+Green+Blue) = 80+204+4=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 204 (80.08% from 255 or 70.83% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CC04 is #AF33FB. Grayscale: #909090. Windows color (decimal): -11482108 or 314448. OLE color: 314448.
HSL color Cylindrical-coordinate representation of color #50CC04: hue angle of 97.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50CC04 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 4 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.2 |
| HSL | 97.2º | 0.96% | 0.41% | - |
| HSV(B) | 97.2º | 0.98% | 0.8% | - |
| XYZ | 24.92 | 44.9 | 7.47 | - |
| YUV | 144.12 | 48.92 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 4 | 0.61 | 0 | 0.98 | 0.2 | 97.2 | 0.96 | 0.41 |
| Hex | 50 | CC | 4 | 3D | 0 | 62 | 14 | 61 | 60 | 29 |
| Octal | 120 | 314 | 4 | 75 | 0 | 142 | 24 | 141 | 140 | 51 |
| Binary | 1010000 | 11001100 | 100 | 111101 | 0 | 1100010 | 10100 | 1100001 | 1100000 | 101001 |
Color Harmonies of #50CC04
Complementary color
Monochromatic Colors of #50CC04
Black with #50CC04
Text Example
Text Example
White with #50CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CC04; }
p { color: rgb(80,204,4); }
H1.HeaderClassName
{
color: #50CC04;
}
.AnyTagClassName
{
color: #50CC04;
}
</style>
background-color css
<style>
a { background-color: #50CC04; }
a { background-color: rgb(80,204,4); }
div.DivClassName
{
background-color: #50CC04;
}
.BgClassName
{
background-color: #50CC04;
}
</style>
border-color css
<style>
span { border-color: #50CC04; }
span { border-color: rgb(80,204,4); }
td.TdClassName
{
border-color: #50CC04;
}
.TagClassName
{
border-color: #50CC04;
}
</style>