Shades of Kelly Green #50C333
Tints of Kelly Green #50C333
RGB
CMYK
RGB Variations
Color information
#50C333 (or 0x50C333) is known color: Kelly Green. HEX triplet: 50, C3 and 33. RGB value is (80,195,51). Sum of RGB (Red+Green+Blue) = 80+195+51=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #50C333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C333 is #AF3CCC. Grayscale: #909090. Windows color (decimal): -11484365 or 3392336. OLE color: 3392336.
HSL color Cylindrical-coordinate representation of color #50C333: hue angle of 107.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50C333 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 195 | 51 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.24 |
| HSL | 107.92º | 0.59% | 0.48% | - |
| HSV(B) | 107.92º | 0.74% | 0.76% | - |
| XYZ | 23.42 | 40.97 | 9.81 | - |
| YUV | 144.2 | 75.4 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 51 | 0.59 | 0 | 0.74 | 0.24 | 107.92 | 0.59 | 0.48 |
| Hex | 50 | C3 | 33 | 3B | 0 | 4A | 18 | 6C | 3B | 30 |
| Octal | 120 | 303 | 63 | 73 | 0 | 112 | 30 | 154 | 73 | 60 |
| Binary | 1010000 | 11000011 | 110011 | 111011 | 0 | 1001010 | 11000 | 1101100 | 111011 | 110000 |
Color Harmonies of #50C333
Complementary color
Monochromatic Colors of #50C333
Black with #50C333
Text Example
Text Example
White with #50C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C333; }
p { color: rgb(80,195,51); }
H1.HeaderClassName
{
color: #50C333;
}
.AnyTagClassName
{
color: #50C333;
}
</style>
background-color css
<style>
a { background-color: #50C333; }
a { background-color: rgb(80,195,51); }
div.DivClassName
{
background-color: #50C333;
}
.BgClassName
{
background-color: #50C333;
}
</style>
border-color css
<style>
span { border-color: #50C333; }
span { border-color: rgb(80,195,51); }
td.TdClassName
{
border-color: #50C333;
}
.TagClassName
{
border-color: #50C333;
}
</style>