Shades of Apple #50C13D
Tints of Apple #50C13D
RGB
CMYK
RGB Variations
Color information
#50C13D (or 0x50C13D) is known color: Apple. HEX triplet: 50, C1 and 3D. RGB value is (80,193,61). Sum of RGB (Red+Green+Blue) = 80+193+61=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #50C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C13D is #AF3EC2. Grayscale: #909090. Windows color (decimal): -11484867 or 4047184. OLE color: 4047184.
HSL color Cylindrical-coordinate representation of color #50C13D: hue angle of 111.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50C13D is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 193 | 61 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.24 |
| HSL | 111.36º | 0.52% | 0.5% | - |
| HSV(B) | 111.36º | 0.68% | 0.76% | - |
| XYZ | 23.22 | 40.18 | 10.95 | - |
| YUV | 144.17 | 81.06 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 193 | 61 | 0.59 | 0 | 0.68 | 0.24 | 111.36 | 0.52 | 0.5 |
| Hex | 50 | C1 | 3D | 3B | 0 | 44 | 18 | 6F | 34 | 32 |
| Octal | 120 | 301 | 75 | 73 | 0 | 104 | 30 | 157 | 64 | 62 |
| Binary | 1010000 | 11000001 | 111101 | 111011 | 0 | 1000100 | 11000 | 1101111 | 110100 | 110010 |
Color Harmonies of #50C13D
Complementary color
Monochromatic Colors of #50C13D
Black with #50C13D
Text Example
Text Example
White with #50C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C13D; }
p { color: rgb(80,193,61); }
H1.HeaderClassName
{
color: #50C13D;
}
.AnyTagClassName
{
color: #50C13D;
}
</style>
background-color css
<style>
a { background-color: #50C13D; }
a { background-color: rgb(80,193,61); }
div.DivClassName
{
background-color: #50C13D;
}
.BgClassName
{
background-color: #50C13D;
}
</style>
border-color css
<style>
span { border-color: #50C13D; }
span { border-color: rgb(80,193,61); }
td.TdClassName
{
border-color: #50C13D;
}
.TagClassName
{
border-color: #50C13D;
}
</style>