Shades of Apple #5BAC42
Tints of Apple #5BAC42
RGB
CMYK
RGB Variations
Color information
#5BAC42 (or 0x5BAC42) is known color: Apple. HEX triplet: 5B, AC and 42. RGB value is (91,172,66). Sum of RGB (Red+Green+Blue) = 91+172+66=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAC42 is #A453BD. Grayscale: #888888. Windows color (decimal): -10769342 or 4369499. OLE color: 4369499.
HSL color Cylindrical-coordinate representation of color #5BAC42: hue angle of 105.85º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BAC42 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 66 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.33 |
| HSL | 105.85º | 0.45% | 0.47% | - |
| HSV(B) | 105.85º | 0.62% | 0.67% | - |
| XYZ | 20.05 | 32.12 | 10.3 | - |
| YUV | 135.7 | 88.66 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 66 | 0.47 | 0 | 0.62 | 0.33 | 105.85 | 0.45 | 0.47 |
| Hex | 5B | AC | 42 | 2F | 0 | 3E | 21 | 6A | 2D | 2F |
| Octal | 133 | 254 | 102 | 57 | 0 | 76 | 41 | 152 | 55 | 57 |
| Binary | 1011011 | 10101100 | 1000010 | 101111 | 0 | 111110 | 100001 | 1101010 | 101101 | 101111 |
Color Harmonies of #5BAC42
Complementary color
Monochromatic Colors of #5BAC42
Black with #5BAC42
Text Example
Text Example
White with #5BAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC42; }
p { color: rgb(91,172,66); }
H1.HeaderClassName
{
color: #5BAC42;
}
.AnyTagClassName
{
color: #5BAC42;
}
</style>
background-color css
<style>
a { background-color: #5BAC42; }
a { background-color: rgb(91,172,66); }
div.DivClassName
{
background-color: #5BAC42;
}
.BgClassName
{
background-color: #5BAC42;
}
</style>
border-color css
<style>
span { border-color: #5BAC42; }
span { border-color: rgb(91,172,66); }
td.TdClassName
{
border-color: #5BAC42;
}
.TagClassName
{
border-color: #5BAC42;
}
</style>