Shades of Kelly Green #50CC2F
Tints of Kelly Green #50CC2F
RGB
CMYK
RGB Variations
Color information
#50CC2F (or 0x50CC2F) is known color: Kelly Green. HEX triplet: 50, CC and 2F. RGB value is (80,204,47). Sum of RGB (Red+Green+Blue) = 80+204+47=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC2F is #AF33D0. Grayscale: #959595. Windows color (decimal): -11482065 or 3132496. OLE color: 3132496.
HSL color Cylindrical-coordinate representation of color #50CC2F: hue angle of 107.39º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50CC2F is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 47 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.2 |
| HSL | 107.39º | 0.63% | 0.49% | - |
| HSV(B) | 107.39º | 0.77% | 0.8% | - |
| XYZ | 25.41 | 45.1 | 10.05 | - |
| YUV | 149.03 | 70.42 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 47 | 0.61 | 0 | 0.77 | 0.2 | 107.39 | 0.63 | 0.49 |
| Hex | 50 | CC | 2F | 3D | 0 | 4D | 14 | 6B | 3F | 31 |
| Octal | 120 | 314 | 57 | 75 | 0 | 115 | 24 | 153 | 77 | 61 |
| Binary | 1010000 | 11001100 | 101111 | 111101 | 0 | 1001101 | 10100 | 1101011 | 111111 | 110001 |
Color Harmonies of #50CC2F
Complementary color
Monochromatic Colors of #50CC2F
Black with #50CC2F
Text Example
Text Example
White with #50CC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CC2F; }
p { color: rgb(80,204,47); }
H1.HeaderClassName
{
color: #50CC2F;
}
.AnyTagClassName
{
color: #50CC2F;
}
</style>
background-color css
<style>
a { background-color: #50CC2F; }
a { background-color: rgb(80,204,47); }
div.DivClassName
{
background-color: #50CC2F;
}
.BgClassName
{
background-color: #50CC2F;
}
</style>
border-color css
<style>
span { border-color: #50CC2F; }
span { border-color: rgb(80,204,47); }
td.TdClassName
{
border-color: #50CC2F;
}
.TagClassName
{
border-color: #50CC2F;
}
</style>