Shades of Kelly Green #50CA30
Tints of Kelly Green #50CA30
RGB
CMYK
RGB Variations
Color information
#50CA30 (or 0x50CA30) is known color: Kelly Green. HEX triplet: 50, CA and 30. RGB value is (80,202,48). Sum of RGB (Red+Green+Blue) = 80+202+48=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA30 is #AF35CF. Grayscale: #949494. Windows color (decimal): -11482576 or 3197520. OLE color: 3197520.
HSL color Cylindrical-coordinate representation of color #50CA30: hue angle of 107.53º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50CA30 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 48 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.21 |
| HSL | 107.53º | 0.62% | 0.49% | - |
| HSV(B) | 107.53º | 0.76% | 0.79% | - |
| XYZ | 24.96 | 44.16 | 10 | - |
| YUV | 147.97 | 71.58 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 48 | 0.60 | 0 | 0.76 | 0.21 | 107.53 | 0.62 | 0.49 |
| Hex | 50 | CA | 30 | 3C | 0 | 4C | 15 | 6C | 3E | 31 |
| Octal | 120 | 312 | 60 | 74 | 0 | 114 | 25 | 154 | 76 | 61 |
| Binary | 1010000 | 11001010 | 110000 | 111100 | 0 | 1001100 | 10101 | 1101100 | 111110 | 110001 |
Color Harmonies of #50CA30
Complementary color
Monochromatic Colors of #50CA30
Black with #50CA30
Text Example
Text Example
White with #50CA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA30; }
p { color: rgb(80,202,48); }
H1.HeaderClassName
{
color: #50CA30;
}
.AnyTagClassName
{
color: #50CA30;
}
</style>
background-color css
<style>
a { background-color: #50CA30; }
a { background-color: rgb(80,202,48); }
div.DivClassName
{
background-color: #50CA30;
}
.BgClassName
{
background-color: #50CA30;
}
</style>
border-color css
<style>
span { border-color: #50CA30; }
span { border-color: rgb(80,202,48); }
td.TdClassName
{
border-color: #50CA30;
}
.TagClassName
{
border-color: #50CA30;
}
</style>