Shades of Kelly Green #50CE28
Tints of Kelly Green #50CE28
RGB
CMYK
RGB Variations
Color information
#50CE28 (or 0x50CE28) is known color: Kelly Green. HEX triplet: 50, CE and 28. RGB value is (80,206,40). Sum of RGB (Red+Green+Blue) = 80+206+40=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CE28 is #AF31D7. Grayscale: #959595. Windows color (decimal): -11481560 or 2674256. OLE color: 2674256.
HSL color Cylindrical-coordinate representation of color #50CE28: hue angle of 105.54º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50CE28 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 40 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.19 |
| HSL | 105.54º | 0.67% | 0.48% | - |
| HSV(B) | 105.54º | 0.81% | 0.81% | - |
| XYZ | 25.76 | 46 | 9.53 | - |
| YUV | 149.4 | 66.26 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 40 | 0.61 | 0 | 0.81 | 0.19 | 105.54 | 0.67 | 0.48 |
| Hex | 50 | CE | 28 | 3D | 0 | 51 | 13 | 6A | 43 | 30 |
| Octal | 120 | 316 | 50 | 75 | 0 | 121 | 23 | 152 | 103 | 60 |
| Binary | 1010000 | 11001110 | 101000 | 111101 | 0 | 1010001 | 10011 | 1101010 | 1000011 | 110000 |
Color Harmonies of #50CE28
Complementary color
Monochromatic Colors of #50CE28
Black with #50CE28
Text Example
Text Example
White with #50CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE28; }
p { color: rgb(80,206,40); }
H1.HeaderClassName
{
color: #50CE28;
}
.AnyTagClassName
{
color: #50CE28;
}
</style>
background-color css
<style>
a { background-color: #50CE28; }
a { background-color: rgb(80,206,40); }
div.DivClassName
{
background-color: #50CE28;
}
.BgClassName
{
background-color: #50CE28;
}
</style>
border-color css
<style>
span { border-color: #50CE28; }
span { border-color: rgb(80,206,40); }
td.TdClassName
{
border-color: #50CE28;
}
.TagClassName
{
border-color: #50CE28;
}
</style>