Shades of Apple #5ACB40
Tints of Apple #5ACB40
RGB
CMYK
RGB Variations
Color information
#5ACB40 (or 0x5ACB40) is known color: Apple. HEX triplet: 5A, CB and 40. RGB value is (90,203,64). Sum of RGB (Red+Green+Blue) = 90+203+64=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACB40 is #A534BF. Grayscale: #999999. Windows color (decimal): -10826944 or 4246362. OLE color: 4246362.
HSL color Cylindrical-coordinate representation of color #5ACB40: hue angle of 108.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5ACB40 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 64 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.20 |
| HSL | 108.78º | 0.57% | 0.52% | - |
| HSV(B) | 108.78º | 0.68% | 0.8% | - |
| XYZ | 26.5 | 45.26 | 12.19 | - |
| YUV | 153.37 | 77.56 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 64 | 0.56 | 0 | 0.68 | 0.20 | 108.78 | 0.57 | 0.52 |
| Hex | 5A | CB | 40 | 38 | 0 | 44 | 14 | 6D | 39 | 34 |
| Octal | 132 | 313 | 100 | 70 | 0 | 104 | 24 | 155 | 71 | 64 |
| Binary | 1011010 | 11001011 | 1000000 | 111000 | 0 | 1000100 | 10100 | 1101101 | 111001 | 110100 |
Color Harmonies of #5ACB40
Complementary color
Monochromatic Colors of #5ACB40
Black with #5ACB40
Text Example
Text Example
White with #5ACB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB40; }
p { color: rgb(90,203,64); }
H1.HeaderClassName
{
color: #5ACB40;
}
.AnyTagClassName
{
color: #5ACB40;
}
</style>
background-color css
<style>
a { background-color: #5ACB40; }
a { background-color: rgb(90,203,64); }
div.DivClassName
{
background-color: #5ACB40;
}
.BgClassName
{
background-color: #5ACB40;
}
</style>
border-color css
<style>
span { border-color: #5ACB40; }
span { border-color: rgb(90,203,64); }
td.TdClassName
{
border-color: #5ACB40;
}
.TagClassName
{
border-color: #5ACB40;
}
</style>