Shades of Apple #5CB035
Tints of Apple #5CB035
RGB
CMYK
RGB Variations
Color information
#5CB035 (or 0x5CB035) is known color: Apple. HEX triplet: 5C, B0 and 35. RGB value is (92,176,53). Sum of RGB (Red+Green+Blue) = 92+176+53=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB035 is #A34FCA. Grayscale: #898989. Windows color (decimal): -10702795 or 3518556. OLE color: 3518556.
HSL color Cylindrical-coordinate representation of color #5CB035: hue angle of 100.98º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CB035 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 53 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.31 |
| HSL | 100.98º | 0.54% | 0.45% | - |
| HSV(B) | 100.98º | 0.7% | 0.69% | - |
| XYZ | 20.58 | 33.58 | 8.77 | - |
| YUV | 136.86 | 80.67 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 53 | 0.48 | 0 | 0.70 | 0.31 | 100.98 | 0.54 | 0.45 |
| Hex | 5C | B0 | 35 | 30 | 0 | 46 | 1F | 65 | 36 | 2D |
| Octal | 134 | 260 | 65 | 60 | 0 | 106 | 37 | 145 | 66 | 55 |
| Binary | 1011100 | 10110000 | 110101 | 110000 | 0 | 1000110 | 11111 | 1100101 | 110110 | 101101 |
Color Harmonies of #5CB035
Complementary color
Monochromatic Colors of #5CB035
Black with #5CB035
Text Example
Text Example
White with #5CB035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB035; }
p { color: rgb(92,176,53); }
H1.HeaderClassName
{
color: #5CB035;
}
.AnyTagClassName
{
color: #5CB035;
}
</style>
background-color css
<style>
a { background-color: #5CB035; }
a { background-color: rgb(92,176,53); }
div.DivClassName
{
background-color: #5CB035;
}
.BgClassName
{
background-color: #5CB035;
}
</style>
border-color css
<style>
span { border-color: #5CB035; }
span { border-color: rgb(92,176,53); }
td.TdClassName
{
border-color: #5CB035;
}
.TagClassName
{
border-color: #5CB035;
}
</style>