Shades of Kelly Green #50C433
Tints of Kelly Green #50C433
RGB
CMYK
RGB Variations
Color information
#50C433 (or 0x50C433) is known color: Kelly Green. HEX triplet: 50, C4 and 33. RGB value is (80,196,51). Sum of RGB (Red+Green+Blue) = 80+196+51=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #50C433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C433 is #AF3BCC. Grayscale: #919191. Windows color (decimal): -11484109 or 3392592. OLE color: 3392592.
HSL color Cylindrical-coordinate representation of color #50C433: hue angle of 108º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50C433 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 51 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.23 |
| HSL | 108º | 0.59% | 0.48% | - |
| HSV(B) | 108º | 0.74% | 0.77% | - |
| XYZ | 23.65 | 41.42 | 9.88 | - |
| YUV | 144.79 | 75.07 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 51 | 0.59 | 0 | 0.74 | 0.23 | 108 | 0.59 | 0.48 |
| Hex | 50 | C4 | 33 | 3B | 0 | 4A | 17 | 6C | 3B | 30 |
| Octal | 120 | 304 | 63 | 73 | 0 | 112 | 27 | 154 | 73 | 60 |
| Binary | 1010000 | 11000100 | 110011 | 111011 | 0 | 1001010 | 10111 | 1101100 | 111011 | 110000 |
Color Harmonies of #50C433
Complementary color
Monochromatic Colors of #50C433
Black with #50C433
Text Example
Text Example
White with #50C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C433; }
p { color: rgb(80,196,51); }
H1.HeaderClassName
{
color: #50C433;
}
.AnyTagClassName
{
color: #50C433;
}
</style>
background-color css
<style>
a { background-color: #50C433; }
a { background-color: rgb(80,196,51); }
div.DivClassName
{
background-color: #50C433;
}
.BgClassName
{
background-color: #50C433;
}
</style>
border-color css
<style>
span { border-color: #50C433; }
span { border-color: rgb(80,196,51); }
td.TdClassName
{
border-color: #50C433;
}
.TagClassName
{
border-color: #50C433;
}
</style>