Shades of Apple #5CB032
Tints of Apple #5CB032
RGB
CMYK
RGB Variations
Color information
#5CB032 (or 0x5CB032) is known color: Apple. HEX triplet: 5C, B0 and 32. RGB value is (92,176,50). Sum of RGB (Red+Green+Blue) = 92+176+50=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB032 is #A34FCD. Grayscale: #888888. Windows color (decimal): -10702798 or 3321948. OLE color: 3321948.
HSL color Cylindrical-coordinate representation of color #5CB032: hue angle of 100º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5CB032 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 50 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.31 |
| HSL | 100º | 0.56% | 0.44% | - |
| HSV(B) | 100º | 0.72% | 0.69% | - |
| XYZ | 20.51 | 33.56 | 8.41 | - |
| YUV | 136.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 50 | 0.48 | 0 | 0.72 | 0.31 | 100 | 0.56 | 0.44 |
| Hex | 5C | B0 | 32 | 30 | 0 | 48 | 1F | 64 | 38 | 2C |
| Octal | 134 | 260 | 62 | 60 | 0 | 110 | 37 | 144 | 70 | 54 |
| Binary | 1011100 | 10110000 | 110010 | 110000 | 0 | 1001000 | 11111 | 1100100 | 111000 | 101100 |
Color Harmonies of #5CB032
Complementary color
Monochromatic Colors of #5CB032
Black with #5CB032
Text Example
Text Example
White with #5CB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB032; }
p { color: rgb(92,176,50); }
H1.HeaderClassName
{
color: #5CB032;
}
.AnyTagClassName
{
color: #5CB032;
}
</style>
background-color css
<style>
a { background-color: #5CB032; }
a { background-color: rgb(92,176,50); }
div.DivClassName
{
background-color: #5CB032;
}
.BgClassName
{
background-color: #5CB032;
}
</style>
border-color css
<style>
span { border-color: #5CB032; }
span { border-color: rgb(92,176,50); }
td.TdClassName
{
border-color: #5CB032;
}
.TagClassName
{
border-color: #5CB032;
}
</style>