Shades of Apple #5CBC37
Tints of Apple #5CBC37
RGB
CMYK
RGB Variations
Color information
#5CBC37 (or 0x5CBC37) is known color: Apple. HEX triplet: 5C, BC and 37. RGB value is (92,188,55). Sum of RGB (Red+Green+Blue) = 92+188+55=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC37 is #A343C8. Grayscale: #909090. Windows color (decimal): -10699721 or 3652700. OLE color: 3652700.
HSL color Cylindrical-coordinate representation of color #5CBC37: hue angle of 103.31º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CBC37 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 55 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.26 |
| HSL | 103.31º | 0.55% | 0.48% | - |
| HSV(B) | 103.31º | 0.71% | 0.74% | - |
| XYZ | 23.09 | 38.52 | 9.83 | - |
| YUV | 144.13 | 77.7 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 55 | 0.51 | 0 | 0.71 | 0.26 | 103.31 | 0.55 | 0.48 |
| Hex | 5C | BC | 37 | 33 | 0 | 47 | 1A | 67 | 37 | 30 |
| Octal | 134 | 274 | 67 | 63 | 0 | 107 | 32 | 147 | 67 | 60 |
| Binary | 1011100 | 10111100 | 110111 | 110011 | 0 | 1000111 | 11010 | 1100111 | 110111 | 110000 |
Color Harmonies of #5CBC37
Complementary color
Monochromatic Colors of #5CBC37
Black with #5CBC37
Text Example
Text Example
White with #5CBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC37; }
p { color: rgb(92,188,55); }
H1.HeaderClassName
{
color: #5CBC37;
}
.AnyTagClassName
{
color: #5CBC37;
}
</style>
background-color css
<style>
a { background-color: #5CBC37; }
a { background-color: rgb(92,188,55); }
div.DivClassName
{
background-color: #5CBC37;
}
.BgClassName
{
background-color: #5CBC37;
}
</style>
border-color css
<style>
span { border-color: #5CBC37; }
span { border-color: rgb(92,188,55); }
td.TdClassName
{
border-color: #5CBC37;
}
.TagClassName
{
border-color: #5CBC37;
}
</style>