Shades of Apple #5BBD4A
Tints of Apple #5BBD4A
RGB
CMYK
RGB Variations
Color information
#5BBD4A (or 0x5BBD4A) is known color: Apple. HEX triplet: 5B, BD and 4A. RGB value is (91,189,74). Sum of RGB (Red+Green+Blue) = 91+189+74=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBD4A is #A442B5. Grayscale: #929292. Windows color (decimal): -10764982 or 4898139. OLE color: 4898139.
HSL color Cylindrical-coordinate representation of color #5BBD4A: hue angle of 111.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BBD4A is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 74 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.26 |
| HSL | 111.13º | 0.47% | 0.52% | - |
| HSV(B) | 111.13º | 0.61% | 0.74% | - |
| XYZ | 23.75 | 39.11 | 12.78 | - |
| YUV | 146.59 | 87.03 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 74 | 0.52 | 0 | 0.61 | 0.26 | 111.13 | 0.47 | 0.52 |
| Hex | 5B | BD | 4A | 34 | 0 | 3D | 1A | 6F | 2F | 34 |
| Octal | 133 | 275 | 112 | 64 | 0 | 75 | 32 | 157 | 57 | 64 |
| Binary | 1011011 | 10111101 | 1001010 | 110100 | 0 | 111101 | 11010 | 1101111 | 101111 | 110100 |
Color Harmonies of #5BBD4A
Complementary color
Monochromatic Colors of #5BBD4A
Black with #5BBD4A
Text Example
Text Example
White with #5BBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD4A; }
p { color: rgb(91,189,74); }
H1.HeaderClassName
{
color: #5BBD4A;
}
.AnyTagClassName
{
color: #5BBD4A;
}
</style>
background-color css
<style>
a { background-color: #5BBD4A; }
a { background-color: rgb(91,189,74); }
div.DivClassName
{
background-color: #5BBD4A;
}
.BgClassName
{
background-color: #5BBD4A;
}
</style>
border-color css
<style>
span { border-color: #5BBD4A; }
span { border-color: rgb(91,189,74); }
td.TdClassName
{
border-color: #5BBD4A;
}
.TagClassName
{
border-color: #5BBD4A;
}
</style>