Shades of Apple #50C33C
Tints of Apple #50C33C
RGB
CMYK
RGB Variations
Color information
#50C33C (or 0x50C33C) is known color: Apple. HEX triplet: 50, C3 and 3C. RGB value is (80,195,60). Sum of RGB (Red+Green+Blue) = 80+195+60=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #50C33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C33C is #AF3CC3. Grayscale: #919191. Windows color (decimal): -11484356 or 3982160. OLE color: 3982160.
HSL color Cylindrical-coordinate representation of color #50C33C: hue angle of 111.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50C33C is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 195 | 60 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.24 |
| HSL | 111.11º | 0.53% | 0.5% | - |
| HSV(B) | 111.11º | 0.69% | 0.76% | - |
| XYZ | 23.64 | 41.06 | 10.95 | - |
| YUV | 145.23 | 79.9 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 60 | 0.59 | 0 | 0.69 | 0.24 | 111.11 | 0.53 | 0.5 |
| Hex | 50 | C3 | 3C | 3B | 0 | 45 | 18 | 6F | 35 | 32 |
| Octal | 120 | 303 | 74 | 73 | 0 | 105 | 30 | 157 | 65 | 62 |
| Binary | 1010000 | 11000011 | 111100 | 111011 | 0 | 1000101 | 11000 | 1101111 | 110101 | 110010 |
Color Harmonies of #50C33C
Complementary color
Monochromatic Colors of #50C33C
Black with #50C33C
Text Example
Text Example
White with #50C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C33C; }
p { color: rgb(80,195,60); }
H1.HeaderClassName
{
color: #50C33C;
}
.AnyTagClassName
{
color: #50C33C;
}
</style>
background-color css
<style>
a { background-color: #50C33C; }
a { background-color: rgb(80,195,60); }
div.DivClassName
{
background-color: #50C33C;
}
.BgClassName
{
background-color: #50C33C;
}
</style>
border-color css
<style>
span { border-color: #50C33C; }
span { border-color: rgb(80,195,60); }
td.TdClassName
{
border-color: #50C33C;
}
.TagClassName
{
border-color: #50C33C;
}
</style>