Shades of Kelly Green #50DB09
Tints of Kelly Green #50DB09
RGB
CMYK
RGB Variations
Color information
#50DB09 (or 0x50DB09) is known color: Kelly Green. HEX triplet: 50, DB and 09. RGB value is (80,219,9). Sum of RGB (Red+Green+Blue) = 80+219+9=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DB09 is #AF24F6. Grayscale: #9A9A9A. Windows color (decimal): -11478263 or 645968. OLE color: 645968.
HSL color Cylindrical-coordinate representation of color #50DB09: hue angle of 99.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50DB09 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 9 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.14 |
| HSL | 99.71º | 0.92% | 0.45% | - |
| HSV(B) | 99.71º | 0.96% | 0.86% | - |
| XYZ | 28.69 | 52.39 | 8.86 | - |
| YUV | 153.5 | 46.45 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 9 | 0.63 | 0 | 0.96 | 0.14 | 99.71 | 0.92 | 0.45 |
| Hex | 50 | DB | 9 | 3F | 0 | 60 | E | 64 | 5C | 2D |
| Octal | 120 | 333 | 11 | 77 | 0 | 140 | 16 | 144 | 134 | 55 |
| Binary | 1010000 | 11011011 | 1001 | 111111 | 0 | 1100000 | 1110 | 1100100 | 1011100 | 101101 |
Color Harmonies of #50DB09
Complementary color
Monochromatic Colors of #50DB09
Black with #50DB09
Text Example
Text Example
White with #50DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB09; }
p { color: rgb(80,219,9); }
H1.HeaderClassName
{
color: #50DB09;
}
.AnyTagClassName
{
color: #50DB09;
}
</style>
background-color css
<style>
a { background-color: #50DB09; }
a { background-color: rgb(80,219,9); }
div.DivClassName
{
background-color: #50DB09;
}
.BgClassName
{
background-color: #50DB09;
}
</style>
border-color css
<style>
span { border-color: #50DB09; }
span { border-color: rgb(80,219,9); }
td.TdClassName
{
border-color: #50DB09;
}
.TagClassName
{
border-color: #50DB09;
}
</style>