Shades of Apple #5BBD38
Tints of Apple #5BBD38
RGB
CMYK
RGB Variations
Color information
#5BBD38 (or 0x5BBD38) is known color: Apple. HEX triplet: 5B, BD and 38. RGB value is (91,189,56). Sum of RGB (Red+Green+Blue) = 91+189+56=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBD38 is #A442C7. Grayscale: #909090. Windows color (decimal): -10765000 or 3718491. OLE color: 3718491.
HSL color Cylindrical-coordinate representation of color #5BBD38: hue angle of 104.21º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BBD38 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 56 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.26 |
| HSL | 104.21º | 0.54% | 0.48% | - |
| HSV(B) | 104.21º | 0.7% | 0.74% | - |
| XYZ | 23.23 | 38.9 | 10.03 | - |
| YUV | 144.54 | 78.03 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 56 | 0.52 | 0 | 0.70 | 0.26 | 104.21 | 0.54 | 0.48 |
| Hex | 5B | BD | 38 | 34 | 0 | 46 | 1A | 68 | 36 | 30 |
| Octal | 133 | 275 | 70 | 64 | 0 | 106 | 32 | 150 | 66 | 60 |
| Binary | 1011011 | 10111101 | 111000 | 110100 | 0 | 1000110 | 11010 | 1101000 | 110110 | 110000 |
Color Harmonies of #5BBD38
Complementary color
Monochromatic Colors of #5BBD38
Black with #5BBD38
Text Example
Text Example
White with #5BBD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD38; }
p { color: rgb(91,189,56); }
H1.HeaderClassName
{
color: #5BBD38;
}
.AnyTagClassName
{
color: #5BBD38;
}
</style>
background-color css
<style>
a { background-color: #5BBD38; }
a { background-color: rgb(91,189,56); }
div.DivClassName
{
background-color: #5BBD38;
}
.BgClassName
{
background-color: #5BBD38;
}
</style>
border-color css
<style>
span { border-color: #5BBD38; }
span { border-color: rgb(91,189,56); }
td.TdClassName
{
border-color: #5BBD38;
}
.TagClassName
{
border-color: #5BBD38;
}
</style>