Shades of Apple #5CBC53
Tints of Apple #5CBC53
RGB
CMYK
RGB Variations
Color information
#5CBC53 (or 0x5CBC53) is known color: Apple. HEX triplet: 5C, BC and 53. RGB value is (92,188,83). Sum of RGB (Red+Green+Blue) = 92+188+83=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC53 is #A343AC. Grayscale: #939393. Windows color (decimal): -10699693 or 5487708. OLE color: 5487708.
HSL color Cylindrical-coordinate representation of color #5CBC53: hue angle of 114.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CBC53 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 83 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.26 |
| HSL | 114.86º | 0.44% | 0.53% | - |
| HSV(B) | 114.86º | 0.56% | 0.74% | - |
| XYZ | 23.96 | 38.87 | 14.42 | - |
| YUV | 147.33 | 91.7 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 83 | 0.51 | 0 | 0.56 | 0.26 | 114.86 | 0.44 | 0.53 |
| Hex | 5C | BC | 53 | 33 | 0 | 38 | 1A | 73 | 2C | 35 |
| Octal | 134 | 274 | 123 | 63 | 0 | 70 | 32 | 163 | 54 | 65 |
| Binary | 1011100 | 10111100 | 1010011 | 110011 | 0 | 111000 | 11010 | 1110011 | 101100 | 110101 |
Color Harmonies of #5CBC53
Complementary color
Monochromatic Colors of #5CBC53
Black with #5CBC53
Text Example
Text Example
White with #5CBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC53; }
p { color: rgb(92,188,83); }
H1.HeaderClassName
{
color: #5CBC53;
}
.AnyTagClassName
{
color: #5CBC53;
}
</style>
background-color css
<style>
a { background-color: #5CBC53; }
a { background-color: rgb(92,188,83); }
div.DivClassName
{
background-color: #5CBC53;
}
.BgClassName
{
background-color: #5CBC53;
}
</style>
border-color css
<style>
span { border-color: #5CBC53; }
span { border-color: rgb(92,188,83); }
td.TdClassName
{
border-color: #5CBC53;
}
.TagClassName
{
border-color: #5CBC53;
}
</style>