Shades of Kelly Green #50DB08
Tints of Kelly Green #50DB08
RGB
CMYK
RGB Variations
Color information
#50DB08 (or 0x50DB08) is known color: Kelly Green. HEX triplet: 50, DB and 08. RGB value is (80,219,8). Sum of RGB (Red+Green+Blue) = 80+219+8=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 219 (85.94% from 255 or 71.34% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DB08 is #AF24F7. Grayscale: #9A9A9A. Windows color (decimal): -11478264 or 580432. OLE color: 580432.
HSL color Cylindrical-coordinate representation of color #50DB08: hue angle of 99.53º degrees, saturation: 0.93, 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 #50DB08 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 8 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.14 |
| HSL | 99.53º | 0.93% | 0.45% | - |
| HSV(B) | 99.53º | 0.96% | 0.86% | - |
| XYZ | 28.68 | 52.39 | 8.83 | - |
| YUV | 153.39 | 45.95 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 8 | 0.63 | 0 | 0.96 | 0.14 | 99.53 | 0.93 | 0.45 |
| Hex | 50 | DB | 8 | 3F | 0 | 60 | E | 64 | 5D | 2D |
| Octal | 120 | 333 | 10 | 77 | 0 | 140 | 16 | 144 | 135 | 55 |
| Binary | 1010000 | 11011011 | 1000 | 111111 | 0 | 1100000 | 1110 | 1100100 | 1011101 | 101101 |
Color Harmonies of #50DB08
Complementary color
Monochromatic Colors of #50DB08
Black with #50DB08
Text Example
Text Example
White with #50DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB08; }
p { color: rgb(80,219,8); }
H1.HeaderClassName
{
color: #50DB08;
}
.AnyTagClassName
{
color: #50DB08;
}
</style>
background-color css
<style>
a { background-color: #50DB08; }
a { background-color: rgb(80,219,8); }
div.DivClassName
{
background-color: #50DB08;
}
.BgClassName
{
background-color: #50DB08;
}
</style>
border-color css
<style>
span { border-color: #50DB08; }
span { border-color: rgb(80,219,8); }
td.TdClassName
{
border-color: #50DB08;
}
.TagClassName
{
border-color: #50DB08;
}
</style>