Shades of Apple #5BBB3D
Tints of Apple #5BBB3D
RGB
CMYK
RGB Variations
Color information
#5BBB3D (or 0x5BBB3D) is known color: Apple. HEX triplet: 5B, BB and 3D. RGB value is (91,187,61). Sum of RGB (Red+Green+Blue) = 91+187+61=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBB3D is #A444C2. Grayscale: #909090. Windows color (decimal): -10765507 or 4045659. OLE color: 4045659.
HSL color Cylindrical-coordinate representation of color #5BBB3D: hue angle of 105.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BBB3D is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 61 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.27 |
| HSL | 105.71º | 0.51% | 0.49% | - |
| HSV(B) | 105.71º | 0.67% | 0.73% | - |
| XYZ | 22.93 | 38.1 | 10.56 | - |
| YUV | 143.93 | 81.2 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 61 | 0.51 | 0 | 0.67 | 0.27 | 105.71 | 0.51 | 0.49 |
| Hex | 5B | BB | 3D | 33 | 0 | 43 | 1B | 6A | 33 | 31 |
| Octal | 133 | 273 | 75 | 63 | 0 | 103 | 33 | 152 | 63 | 61 |
| Binary | 1011011 | 10111011 | 111101 | 110011 | 0 | 1000011 | 11011 | 1101010 | 110011 | 110001 |
Color Harmonies of #5BBB3D
Complementary color
Monochromatic Colors of #5BBB3D
Black with #5BBB3D
Text Example
Text Example
White with #5BBB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBB3D; }
p { color: rgb(91,187,61); }
H1.HeaderClassName
{
color: #5BBB3D;
}
.AnyTagClassName
{
color: #5BBB3D;
}
</style>
background-color css
<style>
a { background-color: #5BBB3D; }
a { background-color: rgb(91,187,61); }
div.DivClassName
{
background-color: #5BBB3D;
}
.BgClassName
{
background-color: #5BBB3D;
}
</style>
border-color css
<style>
span { border-color: #5BBB3D; }
span { border-color: rgb(91,187,61); }
td.TdClassName
{
border-color: #5BBB3D;
}
.TagClassName
{
border-color: #5BBB3D;
}
</style>