Shades of Kelly Green #50CE09
Tints of Kelly Green #50CE09
RGB
CMYK
RGB Variations
Color information
#50CE09 (or 0x50CE09) is known color: Kelly Green. HEX triplet: 50, CE and 09. RGB value is (80,206,9). Sum of RGB (Red+Green+Blue) = 80+206+9=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 206 (80.86% from 255 or 69.83% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CE09 is #AF31F6. Grayscale: #929292. Windows color (decimal): -11481591 or 642640. OLE color: 642640.
HSL color Cylindrical-coordinate representation of color #50CE09: hue angle of 98.38º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50CE09 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 9 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.19 |
| HSL | 98.38º | 0.92% | 0.42% | - |
| HSV(B) | 98.38º | 0.96% | 0.81% | - |
| XYZ | 25.43 | 45.87 | 7.77 | - |
| YUV | 145.87 | 50.76 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 9 | 0.61 | 0 | 0.96 | 0.19 | 98.38 | 0.92 | 0.42 |
| Hex | 50 | CE | 9 | 3D | 0 | 60 | 13 | 62 | 5C | 2A |
| Octal | 120 | 316 | 11 | 75 | 0 | 140 | 23 | 142 | 134 | 52 |
| Binary | 1010000 | 11001110 | 1001 | 111101 | 0 | 1100000 | 10011 | 1100010 | 1011100 | 101010 |
Color Harmonies of #50CE09
Complementary color
Monochromatic Colors of #50CE09
Black with #50CE09
Text Example
Text Example
White with #50CE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE09; }
p { color: rgb(80,206,9); }
H1.HeaderClassName
{
color: #50CE09;
}
.AnyTagClassName
{
color: #50CE09;
}
</style>
background-color css
<style>
a { background-color: #50CE09; }
a { background-color: rgb(80,206,9); }
div.DivClassName
{
background-color: #50CE09;
}
.BgClassName
{
background-color: #50CE09;
}
</style>
border-color css
<style>
span { border-color: #50CE09; }
span { border-color: rgb(80,206,9); }
td.TdClassName
{
border-color: #50CE09;
}
.TagClassName
{
border-color: #50CE09;
}
</style>