Shades of Apple #5CBC3B
Tints of Apple #5CBC3B
RGB
CMYK
RGB Variations
Color information
#5CBC3B (or 0x5CBC3B) is known color: Apple. HEX triplet: 5C, BC and 3B. RGB value is (92,188,59). Sum of RGB (Red+Green+Blue) = 92+188+59=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC3B is #A343C4. Grayscale: #919191. Windows color (decimal): -10699717 or 3914844. OLE color: 3914844.
HSL color Cylindrical-coordinate representation of color #5CBC3B: hue angle of 104.65º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CBC3B is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 59 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.26 |
| HSL | 104.65º | 0.52% | 0.48% | - |
| HSV(B) | 104.65º | 0.69% | 0.74% | - |
| XYZ | 23.19 | 38.56 | 10.36 | - |
| YUV | 144.59 | 79.7 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 59 | 0.51 | 0 | 0.69 | 0.26 | 104.65 | 0.52 | 0.48 |
| Hex | 5C | BC | 3B | 33 | 0 | 45 | 1A | 69 | 34 | 30 |
| Octal | 134 | 274 | 73 | 63 | 0 | 105 | 32 | 151 | 64 | 60 |
| Binary | 1011100 | 10111100 | 111011 | 110011 | 0 | 1000101 | 11010 | 1101001 | 110100 | 110000 |
Color Harmonies of #5CBC3B
Complementary color
Monochromatic Colors of #5CBC3B
Black with #5CBC3B
Text Example
Text Example
White with #5CBC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC3B; }
p { color: rgb(92,188,59); }
H1.HeaderClassName
{
color: #5CBC3B;
}
.AnyTagClassName
{
color: #5CBC3B;
}
</style>
background-color css
<style>
a { background-color: #5CBC3B; }
a { background-color: rgb(92,188,59); }
div.DivClassName
{
background-color: #5CBC3B;
}
.BgClassName
{
background-color: #5CBC3B;
}
</style>
border-color css
<style>
span { border-color: #5CBC3B; }
span { border-color: rgb(92,188,59); }
td.TdClassName
{
border-color: #5CBC3B;
}
.TagClassName
{
border-color: #5CBC3B;
}
</style>