Shades of Kelly Green #50BD2D
Tints of Kelly Green #50BD2D
RGB
CMYK
RGB Variations
Color information
#50BD2D (or 0x50BD2D) is known color: Kelly Green. HEX triplet: 50, BD and 2D. RGB value is (80,189,45). Sum of RGB (Red+Green+Blue) = 80+189+45=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD2D is #AF42D2. Grayscale: #8C8C8C. Windows color (decimal): -11485907 or 2997584. OLE color: 2997584.
HSL color Cylindrical-coordinate representation of color #50BD2D: hue angle of 105.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50BD2D is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 45 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.26 |
| HSL | 105.42º | 0.62% | 0.46% | - |
| HSV(B) | 105.42º | 0.76% | 0.74% | - |
| XYZ | 21.98 | 38.29 | 8.71 | - |
| YUV | 139.99 | 74.39 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 45 | 0.58 | 0 | 0.76 | 0.26 | 105.42 | 0.62 | 0.46 |
| Hex | 50 | BD | 2D | 3A | 0 | 4C | 1A | 69 | 3E | 2E |
| Octal | 120 | 275 | 55 | 72 | 0 | 114 | 32 | 151 | 76 | 56 |
| Binary | 1010000 | 10111101 | 101101 | 111010 | 0 | 1001100 | 11010 | 1101001 | 111110 | 101110 |
Color Harmonies of #50BD2D
Complementary color
Monochromatic Colors of #50BD2D
Black with #50BD2D
Text Example
Text Example
White with #50BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD2D; }
p { color: rgb(80,189,45); }
H1.HeaderClassName
{
color: #50BD2D;
}
.AnyTagClassName
{
color: #50BD2D;
}
</style>
background-color css
<style>
a { background-color: #50BD2D; }
a { background-color: rgb(80,189,45); }
div.DivClassName
{
background-color: #50BD2D;
}
.BgClassName
{
background-color: #50BD2D;
}
</style>
border-color css
<style>
span { border-color: #50BD2D; }
span { border-color: rgb(80,189,45); }
td.TdClassName
{
border-color: #50BD2D;
}
.TagClassName
{
border-color: #50BD2D;
}
</style>