Shades of Kelly Green #50AC2D
Tints of Kelly Green #50AC2D
RGB
CMYK
RGB Variations
Color information
#50AC2D (or 0x50AC2D) is known color: Kelly Green. HEX triplet: 50, AC and 2D. RGB value is (80,172,45). Sum of RGB (Red+Green+Blue) = 80+172+45=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC2D is #AF53D2. Grayscale: #828282. Windows color (decimal): -11490259 or 2993232. OLE color: 2993232.
HSL color Cylindrical-coordinate representation of color #50AC2D: hue angle of 103.46º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50AC2D is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 45 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.33 |
| HSL | 103.46º | 0.59% | 0.43% | - |
| HSV(B) | 103.46º | 0.74% | 0.67% | - |
| XYZ | 18.53 | 31.4 | 7.57 | - |
| YUV | 130.01 | 80.02 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 45 | 0.53 | 0 | 0.74 | 0.33 | 103.46 | 0.59 | 0.43 |
| Hex | 50 | AC | 2D | 35 | 0 | 4A | 21 | 67 | 3B | 2B |
| Octal | 120 | 254 | 55 | 65 | 0 | 112 | 41 | 147 | 73 | 53 |
| Binary | 1010000 | 10101100 | 101101 | 110101 | 0 | 1001010 | 100001 | 1100111 | 111011 | 101011 |
Color Harmonies of #50AC2D
Complementary color
Monochromatic Colors of #50AC2D
Black with #50AC2D
Text Example
Text Example
White with #50AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC2D; }
p { color: rgb(80,172,45); }
H1.HeaderClassName
{
color: #50AC2D;
}
.AnyTagClassName
{
color: #50AC2D;
}
</style>
background-color css
<style>
a { background-color: #50AC2D; }
a { background-color: rgb(80,172,45); }
div.DivClassName
{
background-color: #50AC2D;
}
.BgClassName
{
background-color: #50AC2D;
}
</style>
border-color css
<style>
span { border-color: #50AC2D; }
span { border-color: rgb(80,172,45); }
td.TdClassName
{
border-color: #50AC2D;
}
.TagClassName
{
border-color: #50AC2D;
}
</style>