Shades of Kelly Green #50DB23
Tints of Kelly Green #50DB23
RGB
CMYK
RGB Variations
Color information
#50DB23 (or 0x50DB23) is known color: Kelly Green. HEX triplet: 50, DB and 23. RGB value is (80,219,35). Sum of RGB (Red+Green+Blue) = 80+219+35=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DB23 is #AF24DC. Grayscale: #9D9D9D. Windows color (decimal): -11478237 or 2349904. OLE color: 2349904.
HSL color Cylindrical-coordinate representation of color #50DB23: hue angle of 105.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50DB23 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 35 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.14 |
| HSL | 105.33º | 0.72% | 0.5% | - |
| HSV(B) | 105.33º | 0.84% | 0.86% | - |
| XYZ | 28.94 | 52.49 | 10.2 | - |
| YUV | 156.46 | 59.45 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 35 | 0.63 | 0 | 0.84 | 0.14 | 105.33 | 0.72 | 0.5 |
| Hex | 50 | DB | 23 | 3F | 0 | 54 | E | 69 | 48 | 32 |
| Octal | 120 | 333 | 43 | 77 | 0 | 124 | 16 | 151 | 110 | 62 |
| Binary | 1010000 | 11011011 | 100011 | 111111 | 0 | 1010100 | 1110 | 1101001 | 1001000 | 110010 |
Color Harmonies of #50DB23
Complementary color
Monochromatic Colors of #50DB23
Black with #50DB23
Text Example
Text Example
White with #50DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB23; }
p { color: rgb(80,219,35); }
H1.HeaderClassName
{
color: #50DB23;
}
.AnyTagClassName
{
color: #50DB23;
}
</style>
background-color css
<style>
a { background-color: #50DB23; }
a { background-color: rgb(80,219,35); }
div.DivClassName
{
background-color: #50DB23;
}
.BgClassName
{
background-color: #50DB23;
}
</style>
border-color css
<style>
span { border-color: #50DB23; }
span { border-color: rgb(80,219,35); }
td.TdClassName
{
border-color: #50DB23;
}
.TagClassName
{
border-color: #50DB23;
}
</style>