Shades of Apple #5BBC3D
Tints of Apple #5BBC3D
RGB
CMYK
RGB Variations
Color information
#5BBC3D (or 0x5BBC3D) is known color: Apple. HEX triplet: 5B, BC and 3D. RGB value is (91,188,61). Sum of RGB (Red+Green+Blue) = 91+188+61=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC3D is #A443C2. Grayscale: #909090. Windows color (decimal): -10765251 or 4045915. OLE color: 4045915.
HSL color Cylindrical-coordinate representation of color #5BBC3D: hue angle of 105.83º degrees, saturation: 0.51, 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 #5BBC3D is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 61 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.26 |
| HSL | 105.83º | 0.51% | 0.49% | - |
| HSV(B) | 105.83º | 0.68% | 0.74% | - |
| XYZ | 23.14 | 38.53 | 10.63 | - |
| YUV | 144.52 | 80.86 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 61 | 0.52 | 0 | 0.68 | 0.26 | 105.83 | 0.51 | 0.49 |
| Hex | 5B | BC | 3D | 34 | 0 | 44 | 1A | 6A | 33 | 31 |
| Octal | 133 | 274 | 75 | 64 | 0 | 104 | 32 | 152 | 63 | 61 |
| Binary | 1011011 | 10111100 | 111101 | 110100 | 0 | 1000100 | 11010 | 1101010 | 110011 | 110001 |
Color Harmonies of #5BBC3D
Complementary color
Monochromatic Colors of #5BBC3D
Black with #5BBC3D
Text Example
Text Example
White with #5BBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC3D; }
p { color: rgb(91,188,61); }
H1.HeaderClassName
{
color: #5BBC3D;
}
.AnyTagClassName
{
color: #5BBC3D;
}
</style>
background-color css
<style>
a { background-color: #5BBC3D; }
a { background-color: rgb(91,188,61); }
div.DivClassName
{
background-color: #5BBC3D;
}
.BgClassName
{
background-color: #5BBC3D;
}
</style>
border-color css
<style>
span { border-color: #5BBC3D; }
span { border-color: rgb(91,188,61); }
td.TdClassName
{
border-color: #5BBC3D;
}
.TagClassName
{
border-color: #5BBC3D;
}
</style>