Shades of Apple #5BA03F
Tints of Apple #5BA03F
RGB
CMYK
RGB Variations
Color information
#5BA03F (or 0x5BA03F) is known color: Apple. HEX triplet: 5B, A0 and 3F. RGB value is (91,160,63). Sum of RGB (Red+Green+Blue) = 91+160+63=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA03F is #A45FC0. Grayscale: #808080. Windows color (decimal): -10772417 or 4169819. OLE color: 4169819.
HSL color Cylindrical-coordinate representation of color #5BA03F: hue angle of 102.68º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BA03F is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 63 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.37 |
| HSL | 102.68º | 0.43% | 0.44% | - |
| HSV(B) | 102.68º | 0.61% | 0.63% | - |
| XYZ | 17.78 | 27.72 | 9.12 | - |
| YUV | 128.31 | 91.14 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 63 | 0.43 | 0 | 0.61 | 0.37 | 102.68 | 0.43 | 0.44 |
| Hex | 5B | A0 | 3F | 2B | 0 | 3D | 25 | 67 | 2B | 2C |
| Octal | 133 | 240 | 77 | 53 | 0 | 75 | 45 | 147 | 53 | 54 |
| Binary | 1011011 | 10100000 | 111111 | 101011 | 0 | 111101 | 100101 | 1100111 | 101011 | 101100 |
Color Harmonies of #5BA03F
Complementary color
Monochromatic Colors of #5BA03F
Black with #5BA03F
Text Example
Text Example
White with #5BA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA03F; }
p { color: rgb(91,160,63); }
H1.HeaderClassName
{
color: #5BA03F;
}
.AnyTagClassName
{
color: #5BA03F;
}
</style>
background-color css
<style>
a { background-color: #5BA03F; }
a { background-color: rgb(91,160,63); }
div.DivClassName
{
background-color: #5BA03F;
}
.BgClassName
{
background-color: #5BA03F;
}
</style>
border-color css
<style>
span { border-color: #5BA03F; }
span { border-color: rgb(91,160,63); }
td.TdClassName
{
border-color: #5BA03F;
}
.TagClassName
{
border-color: #5BA03F;
}
</style>