Shades of Apple #5CCA32
Tints of Apple #5CCA32
RGB
CMYK
RGB Variations
Color information
#5CCA32 (or 0x5CCA32) is known color: Apple. HEX triplet: 5C, CA and 32. RGB value is (92,202,50). Sum of RGB (Red+Green+Blue) = 92+202+50=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCA32 is #A335CD. Grayscale: #989898. Windows color (decimal): -10696142 or 3328604. OLE color: 3328604.
HSL color Cylindrical-coordinate representation of color #5CCA32: hue angle of 103.42º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CCA32 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 50 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.21 |
| HSL | 103.42º | 0.6% | 0.49% | - |
| HSV(B) | 103.42º | 0.75% | 0.79% | - |
| XYZ | 26.11 | 44.75 | 10.28 | - |
| YUV | 151.78 | 70.56 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 50 | 0.54 | 0 | 0.75 | 0.21 | 103.42 | 0.6 | 0.49 |
| Hex | 5C | CA | 32 | 36 | 0 | 4B | 15 | 67 | 3C | 31 |
| Octal | 134 | 312 | 62 | 66 | 0 | 113 | 25 | 147 | 74 | 61 |
| Binary | 1011100 | 11001010 | 110010 | 110110 | 0 | 1001011 | 10101 | 1100111 | 111100 | 110001 |
Color Harmonies of #5CCA32
Complementary color
Monochromatic Colors of #5CCA32
Black with #5CCA32
Text Example
Text Example
White with #5CCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA32; }
p { color: rgb(92,202,50); }
H1.HeaderClassName
{
color: #5CCA32;
}
.AnyTagClassName
{
color: #5CCA32;
}
</style>
background-color css
<style>
a { background-color: #5CCA32; }
a { background-color: rgb(92,202,50); }
div.DivClassName
{
background-color: #5CCA32;
}
.BgClassName
{
background-color: #5CCA32;
}
</style>
border-color css
<style>
span { border-color: #5CCA32; }
span { border-color: rgb(92,202,50); }
td.TdClassName
{
border-color: #5CCA32;
}
.TagClassName
{
border-color: #5CCA32;
}
</style>