Shades of Apple #5BA43D
Tints of Apple #5BA43D
RGB
CMYK
RGB Variations
Color information
#5BA43D (or 0x5BA43D) is known color: Apple. HEX triplet: 5B, A4 and 3D. RGB value is (91,164,61). Sum of RGB (Red+Green+Blue) = 91+164+61=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA43D is #A45BC2. Grayscale: #828282. Windows color (decimal): -10771395 or 4039771. OLE color: 4039771.
HSL color Cylindrical-coordinate representation of color #5BA43D: hue angle of 102.52º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BA43D is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 61 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.36 |
| HSL | 102.52º | 0.46% | 0.44% | - |
| HSV(B) | 102.52º | 0.63% | 0.64% | - |
| XYZ | 18.43 | 29.11 | 9.06 | - |
| YUV | 130.43 | 88.82 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 61 | 0.45 | 0 | 0.63 | 0.36 | 102.52 | 0.46 | 0.44 |
| Hex | 5B | A4 | 3D | 2D | 0 | 3F | 24 | 67 | 2E | 2C |
| Octal | 133 | 244 | 75 | 55 | 0 | 77 | 44 | 147 | 56 | 54 |
| Binary | 1011011 | 10100100 | 111101 | 101101 | 0 | 111111 | 100100 | 1100111 | 101110 | 101100 |
Color Harmonies of #5BA43D
Complementary color
Monochromatic Colors of #5BA43D
Black with #5BA43D
Text Example
Text Example
White with #5BA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA43D; }
p { color: rgb(91,164,61); }
H1.HeaderClassName
{
color: #5BA43D;
}
.AnyTagClassName
{
color: #5BA43D;
}
</style>
background-color css
<style>
a { background-color: #5BA43D; }
a { background-color: rgb(91,164,61); }
div.DivClassName
{
background-color: #5BA43D;
}
.BgClassName
{
background-color: #5BA43D;
}
</style>
border-color css
<style>
span { border-color: #5BA43D; }
span { border-color: rgb(91,164,61); }
td.TdClassName
{
border-color: #5BA43D;
}
.TagClassName
{
border-color: #5BA43D;
}
</style>