Shades of Apple #5ACB50
Tints of Apple #5ACB50
RGB
CMYK
RGB Variations
Color information
#5ACB50 (or 0x5ACB50) is known color: Apple. HEX triplet: 5A, CB and 50. RGB value is (90,203,80). Sum of RGB (Red+Green+Blue) = 90+203+80=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB50 is #A534AF. Grayscale: #9B9B9B. Windows color (decimal): -10826928 or 5294938. OLE color: 5294938.
HSL color Cylindrical-coordinate representation of color #5ACB50: hue angle of 115.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ACB50 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 80 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.20 |
| HSL | 115.12º | 0.54% | 0.55% | - |
| HSV(B) | 115.12º | 0.61% | 0.8% | - |
| XYZ | 27.02 | 45.46 | 14.94 | - |
| YUV | 155.19 | 85.56 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 80 | 0.56 | 0 | 0.61 | 0.20 | 115.12 | 0.54 | 0.55 |
| Hex | 5A | CB | 50 | 38 | 0 | 3D | 14 | 73 | 36 | 37 |
| Octal | 132 | 313 | 120 | 70 | 0 | 75 | 24 | 163 | 66 | 67 |
| Binary | 1011010 | 11001011 | 1010000 | 111000 | 0 | 111101 | 10100 | 1110011 | 110110 | 110111 |
Color Harmonies of #5ACB50
Complementary color
Monochromatic Colors of #5ACB50
Black with #5ACB50
Text Example
Text Example
White with #5ACB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB50; }
p { color: rgb(90,203,80); }
H1.HeaderClassName
{
color: #5ACB50;
}
.AnyTagClassName
{
color: #5ACB50;
}
</style>
background-color css
<style>
a { background-color: #5ACB50; }
a { background-color: rgb(90,203,80); }
div.DivClassName
{
background-color: #5ACB50;
}
.BgClassName
{
background-color: #5ACB50;
}
</style>
border-color css
<style>
span { border-color: #5ACB50; }
span { border-color: rgb(90,203,80); }
td.TdClassName
{
border-color: #5ACB50;
}
.TagClassName
{
border-color: #5ACB50;
}
</style>