Shades of Apple #5CCA52
Tints of Apple #5CCA52
RGB
CMYK
RGB Variations
Color information
#5CCA52 (or 0x5CCA52) is known color: Apple. HEX triplet: 5C, CA and 52. RGB value is (92,202,82). Sum of RGB (Red+Green+Blue) = 92+202+82=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCA52 is #A335AD. Grayscale: #9B9B9B. Windows color (decimal): -10696110 or 5425756. OLE color: 5425756.
HSL color Cylindrical-coordinate representation of color #5CCA52: hue angle of 115º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CCA52 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 82 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.21 |
| HSL | 115º | 0.53% | 0.56% | - |
| HSV(B) | 115º | 0.59% | 0.79% | - |
| XYZ | 27.06 | 45.13 | 15.27 | - |
| YUV | 155.43 | 86.56 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 82 | 0.54 | 0 | 0.59 | 0.21 | 115 | 0.53 | 0.56 |
| Hex | 5C | CA | 52 | 36 | 0 | 3B | 15 | 73 | 35 | 38 |
| Octal | 134 | 312 | 122 | 66 | 0 | 73 | 25 | 163 | 65 | 70 |
| Binary | 1011100 | 11001010 | 1010010 | 110110 | 0 | 111011 | 10101 | 1110011 | 110101 | 111000 |
Color Harmonies of #5CCA52
Complementary color
Monochromatic Colors of #5CCA52
Black with #5CCA52
Text Example
Text Example
White with #5CCA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA52; }
p { color: rgb(92,202,82); }
H1.HeaderClassName
{
color: #5CCA52;
}
.AnyTagClassName
{
color: #5CCA52;
}
</style>
background-color css
<style>
a { background-color: #5CCA52; }
a { background-color: rgb(92,202,82); }
div.DivClassName
{
background-color: #5CCA52;
}
.BgClassName
{
background-color: #5CCA52;
}
</style>
border-color css
<style>
span { border-color: #5CCA52; }
span { border-color: rgb(92,202,82); }
td.TdClassName
{
border-color: #5CCA52;
}
.TagClassName
{
border-color: #5CCA52;
}
</style>