Shades of Apple #5BBC3C
Tints of Apple #5BBC3C
RGB
CMYK
RGB Variations
Color information
#5BBC3C (or 0x5BBC3C) is known color: Apple. HEX triplet: 5B, BC and 3C. RGB value is (91,188,60). Sum of RGB (Red+Green+Blue) = 91+188+60=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC3C is #A443C3. Grayscale: #909090. Windows color (decimal): -10765252 or 3980379. OLE color: 3980379.
HSL color Cylindrical-coordinate representation of color #5BBC3C: hue angle of 105.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BBC3C is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 60 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.26 |
| HSL | 105.47º | 0.52% | 0.49% | - |
| HSV(B) | 105.47º | 0.68% | 0.74% | - |
| XYZ | 23.11 | 38.52 | 10.49 | - |
| YUV | 144.41 | 80.36 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 60 | 0.52 | 0 | 0.68 | 0.26 | 105.47 | 0.52 | 0.49 |
| Hex | 5B | BC | 3C | 34 | 0 | 44 | 1A | 69 | 34 | 31 |
| Octal | 133 | 274 | 74 | 64 | 0 | 104 | 32 | 151 | 64 | 61 |
| Binary | 1011011 | 10111100 | 111100 | 110100 | 0 | 1000100 | 11010 | 1101001 | 110100 | 110001 |
Color Harmonies of #5BBC3C
Complementary color
Monochromatic Colors of #5BBC3C
Black with #5BBC3C
Text Example
Text Example
White with #5BBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC3C; }
p { color: rgb(91,188,60); }
H1.HeaderClassName
{
color: #5BBC3C;
}
.AnyTagClassName
{
color: #5BBC3C;
}
</style>
background-color css
<style>
a { background-color: #5BBC3C; }
a { background-color: rgb(91,188,60); }
div.DivClassName
{
background-color: #5BBC3C;
}
.BgClassName
{
background-color: #5BBC3C;
}
</style>
border-color css
<style>
span { border-color: #5BBC3C; }
span { border-color: rgb(91,188,60); }
td.TdClassName
{
border-color: #5BBC3C;
}
.TagClassName
{
border-color: #5BBC3C;
}
</style>