Shades of Apple #5CBC38
Tints of Apple #5CBC38
RGB
CMYK
RGB Variations
Color information
#5CBC38 (or 0x5CBC38) is known color: Apple. HEX triplet: 5C, BC and 38. RGB value is (92,188,56). Sum of RGB (Red+Green+Blue) = 92+188+56=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC38 is #A343C7. Grayscale: #909090. Windows color (decimal): -10699720 or 3718236. OLE color: 3718236.
HSL color Cylindrical-coordinate representation of color #5CBC38: hue angle of 103.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CBC38 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 56 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.26 |
| HSL | 103.64º | 0.54% | 0.48% | - |
| HSV(B) | 103.64º | 0.7% | 0.74% | - |
| XYZ | 23.11 | 38.53 | 9.96 | - |
| YUV | 144.25 | 78.2 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 56 | 0.51 | 0 | 0.70 | 0.26 | 103.64 | 0.54 | 0.48 |
| Hex | 5C | BC | 38 | 33 | 0 | 46 | 1A | 68 | 36 | 30 |
| Octal | 134 | 274 | 70 | 63 | 0 | 106 | 32 | 150 | 66 | 60 |
| Binary | 1011100 | 10111100 | 111000 | 110011 | 0 | 1000110 | 11010 | 1101000 | 110110 | 110000 |
Color Harmonies of #5CBC38
Complementary color
Monochromatic Colors of #5CBC38
Black with #5CBC38
Text Example
Text Example
White with #5CBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC38; }
p { color: rgb(92,188,56); }
H1.HeaderClassName
{
color: #5CBC38;
}
.AnyTagClassName
{
color: #5CBC38;
}
</style>
background-color css
<style>
a { background-color: #5CBC38; }
a { background-color: rgb(92,188,56); }
div.DivClassName
{
background-color: #5CBC38;
}
.BgClassName
{
background-color: #5CBC38;
}
</style>
border-color css
<style>
span { border-color: #5CBC38; }
span { border-color: rgb(92,188,56); }
td.TdClassName
{
border-color: #5CBC38;
}
.TagClassName
{
border-color: #5CBC38;
}
</style>