Shades of Apple #5CC032
Tints of Apple #5CC032
RGB
CMYK
RGB Variations
Color information
#5CC032 (or 0x5CC032) is known color: Apple. HEX triplet: 5C, C0 and 32. RGB value is (92,192,50). Sum of RGB (Red+Green+Blue) = 92+192+50=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC032 is #A33FCD. Grayscale: #929292. Windows color (decimal): -10698702 or 3326044. OLE color: 3326044.
HSL color Cylindrical-coordinate representation of color #5CC032: hue angle of 102.25º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CC032 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 50 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.25 |
| HSL | 102.25º | 0.59% | 0.47% | - |
| HSV(B) | 102.25º | 0.74% | 0.75% | - |
| XYZ | 23.84 | 40.2 | 9.52 | - |
| YUV | 145.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 50 | 0.52 | 0 | 0.74 | 0.25 | 102.25 | 0.59 | 0.47 |
| Hex | 5C | C0 | 32 | 34 | 0 | 4A | 19 | 66 | 3B | 2F |
| Octal | 134 | 300 | 62 | 64 | 0 | 112 | 31 | 146 | 73 | 57 |
| Binary | 1011100 | 11000000 | 110010 | 110100 | 0 | 1001010 | 11001 | 1100110 | 111011 | 101111 |
Color Harmonies of #5CC032
Complementary color
Monochromatic Colors of #5CC032
Black with #5CC032
Text Example
Text Example
White with #5CC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC032; }
p { color: rgb(92,192,50); }
H1.HeaderClassName
{
color: #5CC032;
}
.AnyTagClassName
{
color: #5CC032;
}
</style>
background-color css
<style>
a { background-color: #5CC032; }
a { background-color: rgb(92,192,50); }
div.DivClassName
{
background-color: #5CC032;
}
.BgClassName
{
background-color: #5CC032;
}
</style>
border-color css
<style>
span { border-color: #5CC032; }
span { border-color: rgb(92,192,50); }
td.TdClassName
{
border-color: #5CC032;
}
.TagClassName
{
border-color: #5CC032;
}
</style>