Shades of Kelly Green #50E325
Tints of Kelly Green #50E325
RGB
CMYK
RGB Variations
Color information
#50E325 (or 0x50E325) is known color: Kelly Green. HEX triplet: 50, E3 and 25. RGB value is (80,227,37). Sum of RGB (Red+Green+Blue) = 80+227+37=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 227 (89.06% from 255 or 65.99% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 227 - color contains mainly: green. Hex color #50E325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E325 is #AF1CDA. Grayscale: #A2A2A2. Windows color (decimal): -11476187 or 2483024. OLE color: 2483024.
HSL color Cylindrical-coordinate representation of color #50E325: hue angle of 106.42º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50E325 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 37 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.11 |
| HSL | 106.42º | 0.77% | 0.52% | - |
| HSV(B) | 106.42º | 0.84% | 0.89% | - |
| XYZ | 31.11 | 56.78 | 11.07 | - |
| YUV | 161.39 | 57.8 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 37 | 0.65 | 0 | 0.84 | 0.11 | 106.42 | 0.77 | 0.52 |
| Hex | 50 | E3 | 25 | 41 | 0 | 54 | B | 6A | 4D | 34 |
| Octal | 120 | 343 | 45 | 101 | 0 | 124 | 13 | 152 | 115 | 64 |
| Binary | 1010000 | 11100011 | 100101 | 1000001 | 0 | 1010100 | 1011 | 1101010 | 1001101 | 110100 |
Color Harmonies of #50E325
Complementary color
Monochromatic Colors of #50E325
Black with #50E325
Text Example
Text Example
White with #50E325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E325; }
p { color: rgb(80,227,37); }
H1.HeaderClassName
{
color: #50E325;
}
.AnyTagClassName
{
color: #50E325;
}
</style>
background-color css
<style>
a { background-color: #50E325; }
a { background-color: rgb(80,227,37); }
div.DivClassName
{
background-color: #50E325;
}
.BgClassName
{
background-color: #50E325;
}
</style>
border-color css
<style>
span { border-color: #50E325; }
span { border-color: rgb(80,227,37); }
td.TdClassName
{
border-color: #50E325;
}
.TagClassName
{
border-color: #50E325;
}
</style>