Shades of Apple #5ACC38
Tints of Apple #5ACC38
RGB
CMYK
RGB Variations
Color information
#5ACC38 (or 0x5ACC38) is known color: Apple. HEX triplet: 5A, CC and 38. RGB value is (90,204,56). Sum of RGB (Red+Green+Blue) = 90+204+56=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACC38 is #A533C7. Grayscale: #999999. Windows color (decimal): -10826696 or 3722330. OLE color: 3722330.
HSL color Cylindrical-coordinate representation of color #5ACC38: hue angle of 106.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5ACC38 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 56 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.2 |
| HSL | 106.22º | 0.59% | 0.51% | - |
| HSV(B) | 106.22º | 0.73% | 0.8% | - |
| XYZ | 26.52 | 45.64 | 11.15 | - |
| YUV | 153.04 | 73.23 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 56 | 0.56 | 0 | 0.73 | 0.2 | 106.22 | 0.59 | 0.51 |
| Hex | 5A | CC | 38 | 38 | 0 | 49 | 14 | 6A | 3B | 33 |
| Octal | 132 | 314 | 70 | 70 | 0 | 111 | 24 | 152 | 73 | 63 |
| Binary | 1011010 | 11001100 | 111000 | 111000 | 0 | 1001001 | 10100 | 1101010 | 111011 | 110011 |
Color Harmonies of #5ACC38
Complementary color
Monochromatic Colors of #5ACC38
Black with #5ACC38
Text Example
Text Example
White with #5ACC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC38; }
p { color: rgb(90,204,56); }
H1.HeaderClassName
{
color: #5ACC38;
}
.AnyTagClassName
{
color: #5ACC38;
}
</style>
background-color css
<style>
a { background-color: #5ACC38; }
a { background-color: rgb(90,204,56); }
div.DivClassName
{
background-color: #5ACC38;
}
.BgClassName
{
background-color: #5ACC38;
}
</style>
border-color css
<style>
span { border-color: #5ACC38; }
span { border-color: rgb(90,204,56); }
td.TdClassName
{
border-color: #5ACC38;
}
.TagClassName
{
border-color: #5ACC38;
}
</style>