Shades of Apple #5AC83F
Tints of Apple #5AC83F
RGB
CMYK
RGB Variations
Color information
#5AC83F (or 0x5AC83F) is known color: Apple. HEX triplet: 5A, C8 and 3F. RGB value is (90,200,63). Sum of RGB (Red+Green+Blue) = 90+200+63=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC83F is #A537C0. Grayscale: #979797. Windows color (decimal): -10827713 or 4180058. OLE color: 4180058.
HSL color Cylindrical-coordinate representation of color #5AC83F: hue angle of 108.18º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AC83F is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 63 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.22 |
| HSL | 108.18º | 0.55% | 0.52% | - |
| HSV(B) | 108.18º | 0.69% | 0.78% | - |
| XYZ | 25.77 | 43.84 | 11.81 | - |
| YUV | 151.49 | 78.06 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 63 | 0.55 | 0 | 0.68 | 0.22 | 108.18 | 0.55 | 0.52 |
| Hex | 5A | C8 | 3F | 37 | 0 | 44 | 16 | 6C | 37 | 34 |
| Octal | 132 | 310 | 77 | 67 | 0 | 104 | 26 | 154 | 67 | 64 |
| Binary | 1011010 | 11001000 | 111111 | 110111 | 0 | 1000100 | 10110 | 1101100 | 110111 | 110100 |
Color Harmonies of #5AC83F
Complementary color
Monochromatic Colors of #5AC83F
Black with #5AC83F
Text Example
Text Example
White with #5AC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC83F; }
p { color: rgb(90,200,63); }
H1.HeaderClassName
{
color: #5AC83F;
}
.AnyTagClassName
{
color: #5AC83F;
}
</style>
background-color css
<style>
a { background-color: #5AC83F; }
a { background-color: rgb(90,200,63); }
div.DivClassName
{
background-color: #5AC83F;
}
.BgClassName
{
background-color: #5AC83F;
}
</style>
border-color css
<style>
span { border-color: #5AC83F; }
span { border-color: rgb(90,200,63); }
td.TdClassName
{
border-color: #5AC83F;
}
.TagClassName
{
border-color: #5AC83F;
}
</style>