Shades of Apple #5CC150
Tints of Apple #5CC150
RGB
CMYK
RGB Variations
Color information
#5CC150 (or 0x5CC150) is known color: Apple. HEX triplet: 5C, C1 and 50. RGB value is (92,193,80). Sum of RGB (Red+Green+Blue) = 92+193+80=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC150 is #A33EAF. Grayscale: #969696. Windows color (decimal): -10698416 or 5292380. OLE color: 5292380.
HSL color Cylindrical-coordinate representation of color #5CC150: hue angle of 113.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CC150 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 80 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.24 |
| HSL | 113.63º | 0.48% | 0.54% | - |
| HSV(B) | 113.63º | 0.59% | 0.76% | - |
| XYZ | 24.93 | 40.99 | 14.19 | - |
| YUV | 149.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 80 | 0.52 | 0 | 0.59 | 0.24 | 113.63 | 0.48 | 0.54 |
| Hex | 5C | C1 | 50 | 34 | 0 | 3B | 18 | 72 | 30 | 36 |
| Octal | 134 | 301 | 120 | 64 | 0 | 73 | 30 | 162 | 60 | 66 |
| Binary | 1011100 | 11000001 | 1010000 | 110100 | 0 | 111011 | 11000 | 1110010 | 110000 | 110110 |
Color Harmonies of #5CC150
Complementary color
Monochromatic Colors of #5CC150
Black with #5CC150
Text Example
Text Example
White with #5CC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC150; }
p { color: rgb(92,193,80); }
H1.HeaderClassName
{
color: #5CC150;
}
.AnyTagClassName
{
color: #5CC150;
}
</style>
background-color css
<style>
a { background-color: #5CC150; }
a { background-color: rgb(92,193,80); }
div.DivClassName
{
background-color: #5CC150;
}
.BgClassName
{
background-color: #5CC150;
}
</style>
border-color css
<style>
span { border-color: #5CC150; }
span { border-color: rgb(92,193,80); }
td.TdClassName
{
border-color: #5CC150;
}
.TagClassName
{
border-color: #5CC150;
}
</style>