Shades of Apple #5ABD3D
Tints of Apple #5ABD3D
RGB
CMYK
RGB Variations
Color information
#5ABD3D (or 0x5ABD3D) is known color: Apple. HEX triplet: 5A, BD and 3D. RGB value is (90,189,61). Sum of RGB (Red+Green+Blue) = 90+189+61=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD3D is #A542C2. Grayscale: #919191. Windows color (decimal): -10830531 or 4046170. OLE color: 4046170.
HSL color Cylindrical-coordinate representation of color #5ABD3D: hue angle of 106.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5ABD3D is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 61 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.26 |
| HSL | 106.41º | 0.51% | 0.49% | - |
| HSV(B) | 106.41º | 0.68% | 0.74% | - |
| XYZ | 23.26 | 38.91 | 10.7 | - |
| YUV | 144.81 | 80.7 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 61 | 0.52 | 0 | 0.68 | 0.26 | 106.41 | 0.51 | 0.49 |
| Hex | 5A | BD | 3D | 34 | 0 | 44 | 1A | 6A | 33 | 31 |
| Octal | 132 | 275 | 75 | 64 | 0 | 104 | 32 | 152 | 63 | 61 |
| Binary | 1011010 | 10111101 | 111101 | 110100 | 0 | 1000100 | 11010 | 1101010 | 110011 | 110001 |
Color Harmonies of #5ABD3D
Complementary color
Monochromatic Colors of #5ABD3D
Black with #5ABD3D
Text Example
Text Example
White with #5ABD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD3D; }
p { color: rgb(90,189,61); }
H1.HeaderClassName
{
color: #5ABD3D;
}
.AnyTagClassName
{
color: #5ABD3D;
}
</style>
background-color css
<style>
a { background-color: #5ABD3D; }
a { background-color: rgb(90,189,61); }
div.DivClassName
{
background-color: #5ABD3D;
}
.BgClassName
{
background-color: #5ABD3D;
}
</style>
border-color css
<style>
span { border-color: #5ABD3D; }
span { border-color: rgb(90,189,61); }
td.TdClassName
{
border-color: #5ABD3D;
}
.TagClassName
{
border-color: #5ABD3D;
}
</style>