Shades of Apple #5CB342
Tints of Apple #5CB342
RGB
CMYK
RGB Variations
Color information
#5CB342 (or 0x5CB342) is known color: Apple. HEX triplet: 5C, B3 and 42. RGB value is (92,179,66). Sum of RGB (Red+Green+Blue) = 92+179+66=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB342 is #A34CBD. Grayscale: #8C8C8C. Windows color (decimal): -10702014 or 4371292. OLE color: 4371292.
HSL color Cylindrical-coordinate representation of color #5CB342: hue angle of 106.19º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CB342 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 179 | 66 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.30 |
| HSL | 106.19º | 0.46% | 0.48% | - |
| HSV(B) | 106.19º | 0.63% | 0.7% | - |
| XYZ | 21.52 | 34.91 | 10.76 | - |
| YUV | 140.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 66 | 0.49 | 0 | 0.63 | 0.30 | 106.19 | 0.46 | 0.48 |
| Hex | 5C | B3 | 42 | 31 | 0 | 3F | 1E | 6A | 2E | 30 |
| Octal | 134 | 263 | 102 | 61 | 0 | 77 | 36 | 152 | 56 | 60 |
| Binary | 1011100 | 10110011 | 1000010 | 110001 | 0 | 111111 | 11110 | 1101010 | 101110 | 110000 |
Color Harmonies of #5CB342
Complementary color
Monochromatic Colors of #5CB342
Black with #5CB342
Text Example
Text Example
White with #5CB342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB342; }
p { color: rgb(92,179,66); }
H1.HeaderClassName
{
color: #5CB342;
}
.AnyTagClassName
{
color: #5CB342;
}
</style>
background-color css
<style>
a { background-color: #5CB342; }
a { background-color: rgb(92,179,66); }
div.DivClassName
{
background-color: #5CB342;
}
.BgClassName
{
background-color: #5CB342;
}
</style>
border-color css
<style>
span { border-color: #5CB342; }
span { border-color: rgb(92,179,66); }
td.TdClassName
{
border-color: #5CB342;
}
.TagClassName
{
border-color: #5CB342;
}
</style>