Shades of Kelly Green #50CB2F
Tints of Kelly Green #50CB2F
RGB
CMYK
RGB Variations
Color information
#50CB2F (or 0x50CB2F) is known color: Kelly Green. HEX triplet: 50, CB and 2F. RGB value is (80,203,47). Sum of RGB (Red+Green+Blue) = 80+203+47=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB2F is #AF34D0. Grayscale: #949494. Windows color (decimal): -11482321 or 3132240. OLE color: 3132240.
HSL color Cylindrical-coordinate representation of color #50CB2F: hue angle of 107.31º degrees, saturation: 0.62, 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 #50CB2F is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 47 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.20 |
| HSL | 107.31º | 0.62% | 0.49% | - |
| HSV(B) | 107.31º | 0.77% | 0.8% | - |
| XYZ | 25.18 | 44.62 | 9.98 | - |
| YUV | 148.44 | 70.75 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 47 | 0.61 | 0 | 0.77 | 0.20 | 107.31 | 0.62 | 0.49 |
| Hex | 50 | CB | 2F | 3D | 0 | 4D | 14 | 6B | 3E | 31 |
| Octal | 120 | 313 | 57 | 75 | 0 | 115 | 24 | 153 | 76 | 61 |
| Binary | 1010000 | 11001011 | 101111 | 111101 | 0 | 1001101 | 10100 | 1101011 | 111110 | 110001 |
Color Harmonies of #50CB2F
Complementary color
Monochromatic Colors of #50CB2F
Black with #50CB2F
Text Example
Text Example
White with #50CB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB2F; }
p { color: rgb(80,203,47); }
H1.HeaderClassName
{
color: #50CB2F;
}
.AnyTagClassName
{
color: #50CB2F;
}
</style>
background-color css
<style>
a { background-color: #50CB2F; }
a { background-color: rgb(80,203,47); }
div.DivClassName
{
background-color: #50CB2F;
}
.BgClassName
{
background-color: #50CB2F;
}
</style>
border-color css
<style>
span { border-color: #50CB2F; }
span { border-color: rgb(80,203,47); }
td.TdClassName
{
border-color: #50CB2F;
}
.TagClassName
{
border-color: #50CB2F;
}
</style>