Shades of Kelly Green #50B923
Tints of Kelly Green #50B923
RGB
CMYK
RGB Variations
Color information
#50B923 (or 0x50B923) is known color: Kelly Green. HEX triplet: 50, B9 and 23. RGB value is (80,185,35). Sum of RGB (Red+Green+Blue) = 80+185+35=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 185 (72.66% from 255 or 61.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 185 - color contains mainly: green. Hex color #50B923 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B923 is #AF46DC. Grayscale: #888888. Windows color (decimal): -11486941 or 2341200. OLE color: 2341200.
HSL color Cylindrical-coordinate representation of color #50B923: hue angle of 102º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50B923 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 35 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.27 |
| HSL | 102º | 0.68% | 0.43% | - |
| HSV(B) | 102º | 0.81% | 0.73% | - |
| XYZ | 20.96 | 36.52 | 7.54 | - |
| YUV | 136.51 | 70.71 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 35 | 0.57 | 0 | 0.81 | 0.27 | 102 | 0.68 | 0.43 |
| Hex | 50 | B9 | 23 | 39 | 0 | 51 | 1B | 66 | 44 | 2B |
| Octal | 120 | 271 | 43 | 71 | 0 | 121 | 33 | 146 | 104 | 53 |
| Binary | 1010000 | 10111001 | 100011 | 111001 | 0 | 1010001 | 11011 | 1100110 | 1000100 | 101011 |
Color Harmonies of #50B923
Complementary color
Monochromatic Colors of #50B923
Black with #50B923
Text Example
Text Example
White with #50B923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B923; }
p { color: rgb(80,185,35); }
H1.HeaderClassName
{
color: #50B923;
}
.AnyTagClassName
{
color: #50B923;
}
</style>
background-color css
<style>
a { background-color: #50B923; }
a { background-color: rgb(80,185,35); }
div.DivClassName
{
background-color: #50B923;
}
.BgClassName
{
background-color: #50B923;
}
</style>
border-color css
<style>
span { border-color: #50B923; }
span { border-color: rgb(80,185,35); }
td.TdClassName
{
border-color: #50B923;
}
.TagClassName
{
border-color: #50B923;
}
</style>