Shades of Apple #5CC055
Tints of Apple #5CC055
RGB
CMYK
RGB Variations
Color information
#5CC055 (or 0x5CC055) is known color: Apple. HEX triplet: 5C, C0 and 55. RGB value is (92,192,85). Sum of RGB (Red+Green+Blue) = 92+192+85=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC055 is #A33FAA. Grayscale: #969696. Windows color (decimal): -10698667 or 5619804. OLE color: 5619804.
HSL color Cylindrical-coordinate representation of color #5CC055: hue angle of 116.07º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CC055 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 85 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.25 |
| HSL | 116.07º | 0.46% | 0.54% | - |
| HSV(B) | 116.07º | 0.56% | 0.75% | - |
| XYZ | 24.9 | 40.63 | 15.12 | - |
| YUV | 149.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 85 | 0.52 | 0 | 0.56 | 0.25 | 116.07 | 0.46 | 0.54 |
| Hex | 5C | C0 | 55 | 34 | 0 | 38 | 19 | 74 | 2E | 36 |
| Octal | 134 | 300 | 125 | 64 | 0 | 70 | 31 | 164 | 56 | 66 |
| Binary | 1011100 | 11000000 | 1010101 | 110100 | 0 | 111000 | 11001 | 1110100 | 101110 | 110110 |
Color Harmonies of #5CC055
Complementary color
Monochromatic Colors of #5CC055
Black with #5CC055
Text Example
Text Example
White with #5CC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC055; }
p { color: rgb(92,192,85); }
H1.HeaderClassName
{
color: #5CC055;
}
.AnyTagClassName
{
color: #5CC055;
}
</style>
background-color css
<style>
a { background-color: #5CC055; }
a { background-color: rgb(92,192,85); }
div.DivClassName
{
background-color: #5CC055;
}
.BgClassName
{
background-color: #5CC055;
}
</style>
border-color css
<style>
span { border-color: #5CC055; }
span { border-color: rgb(92,192,85); }
td.TdClassName
{
border-color: #5CC055;
}
.TagClassName
{
border-color: #5CC055;
}
</style>