Shades of Kelly Green #50BE02
Tints of Kelly Green #50BE02
RGB
CMYK
RGB Variations
Color information
#50BE02 (or 0x50BE02) is known color: Kelly Green. HEX triplet: 50, BE and 02. RGB value is (80,190,2). Sum of RGB (Red+Green+Blue) = 80+190+2=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 190 (74.61% from 255 or 69.85% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BE02 is #AF41FD. Grayscale: #888888. Windows color (decimal): -11485694 or 179792. OLE color: 179792.
HSL color Cylindrical-coordinate representation of color #50BE02: hue angle of 95.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50BE02 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 2 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.25 |
| HSL | 95.11º | 0.98% | 0.38% | - |
| HSV(B) | 95.11º | 0.99% | 0.75% | - |
| XYZ | 21.73 | 38.54 | 6.35 | - |
| YUV | 135.68 | 52.56 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 2 | 0.58 | 0 | 0.99 | 0.25 | 95.11 | 0.98 | 0.38 |
| Hex | 50 | BE | 2 | 3A | 0 | 63 | 19 | 5F | 62 | 26 |
| Octal | 120 | 276 | 2 | 72 | 0 | 143 | 31 | 137 | 142 | 46 |
| Binary | 1010000 | 10111110 | 10 | 111010 | 0 | 1100011 | 11001 | 1011111 | 1100010 | 100110 |
Color Harmonies of #50BE02
Complementary color
Monochromatic Colors of #50BE02
Black with #50BE02
Text Example
Text Example
White with #50BE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE02; }
p { color: rgb(80,190,2); }
H1.HeaderClassName
{
color: #50BE02;
}
.AnyTagClassName
{
color: #50BE02;
}
</style>
background-color css
<style>
a { background-color: #50BE02; }
a { background-color: rgb(80,190,2); }
div.DivClassName
{
background-color: #50BE02;
}
.BgClassName
{
background-color: #50BE02;
}
</style>
border-color css
<style>
span { border-color: #50BE02; }
span { border-color: rgb(80,190,2); }
td.TdClassName
{
border-color: #50BE02;
}
.TagClassName
{
border-color: #50BE02;
}
</style>