Shades of Apple #5ABB3F
Tints of Apple #5ABB3F
RGB
CMYK
RGB Variations
Color information
#5ABB3F (or 0x5ABB3F) is known color: Apple. HEX triplet: 5A, BB and 3F. RGB value is (90,187,63). Sum of RGB (Red+Green+Blue) = 90+187+63=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABB3F is #A544C0. Grayscale: #909090. Windows color (decimal): -10831041 or 4176730. OLE color: 4176730.
HSL color Cylindrical-coordinate representation of color #5ABB3F: hue angle of 106.94º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ABB3F is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 63 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.27 |
| HSL | 106.94º | 0.5% | 0.49% | - |
| HSV(B) | 106.94º | 0.66% | 0.73% | - |
| XYZ | 22.88 | 38.07 | 10.85 | - |
| YUV | 143.86 | 82.36 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 63 | 0.52 | 0 | 0.66 | 0.27 | 106.94 | 0.5 | 0.49 |
| Hex | 5A | BB | 3F | 34 | 0 | 42 | 1B | 6B | 32 | 31 |
| Octal | 132 | 273 | 77 | 64 | 0 | 102 | 33 | 153 | 62 | 61 |
| Binary | 1011010 | 10111011 | 111111 | 110100 | 0 | 1000010 | 11011 | 1101011 | 110010 | 110001 |
Color Harmonies of #5ABB3F
Complementary color
Monochromatic Colors of #5ABB3F
Black with #5ABB3F
Text Example
Text Example
White with #5ABB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB3F; }
p { color: rgb(90,187,63); }
H1.HeaderClassName
{
color: #5ABB3F;
}
.AnyTagClassName
{
color: #5ABB3F;
}
</style>
background-color css
<style>
a { background-color: #5ABB3F; }
a { background-color: rgb(90,187,63); }
div.DivClassName
{
background-color: #5ABB3F;
}
.BgClassName
{
background-color: #5ABB3F;
}
</style>
border-color css
<style>
span { border-color: #5ABB3F; }
span { border-color: rgb(90,187,63); }
td.TdClassName
{
border-color: #5ABB3F;
}
.TagClassName
{
border-color: #5ABB3F;
}
</style>