Shades of Apple #5AC33F
Tints of Apple #5AC33F
RGB
CMYK
RGB Variations
Color information
#5AC33F (or 0x5AC33F) is known color: Apple. HEX triplet: 5A, C3 and 3F. RGB value is (90,195,63). Sum of RGB (Red+Green+Blue) = 90+195+63=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC33F is #A53CC0. Grayscale: #949494. Windows color (decimal): -10828993 or 4178778. OLE color: 4178778.
HSL color Cylindrical-coordinate representation of color #5AC33F: hue angle of 107.73º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AC33F is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 63 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.24 |
| HSL | 107.73º | 0.52% | 0.51% | - |
| HSV(B) | 107.73º | 0.68% | 0.76% | - |
| XYZ | 24.63 | 41.56 | 11.43 | - |
| YUV | 148.56 | 79.71 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 63 | 0.54 | 0 | 0.68 | 0.24 | 107.73 | 0.52 | 0.51 |
| Hex | 5A | C3 | 3F | 36 | 0 | 44 | 18 | 6C | 34 | 33 |
| Octal | 132 | 303 | 77 | 66 | 0 | 104 | 30 | 154 | 64 | 63 |
| Binary | 1011010 | 11000011 | 111111 | 110110 | 0 | 1000100 | 11000 | 1101100 | 110100 | 110011 |
Color Harmonies of #5AC33F
Complementary color
Monochromatic Colors of #5AC33F
Black with #5AC33F
Text Example
Text Example
White with #5AC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC33F; }
p { color: rgb(90,195,63); }
H1.HeaderClassName
{
color: #5AC33F;
}
.AnyTagClassName
{
color: #5AC33F;
}
</style>
background-color css
<style>
a { background-color: #5AC33F; }
a { background-color: rgb(90,195,63); }
div.DivClassName
{
background-color: #5AC33F;
}
.BgClassName
{
background-color: #5AC33F;
}
</style>
border-color css
<style>
span { border-color: #5AC33F; }
span { border-color: rgb(90,195,63); }
td.TdClassName
{
border-color: #5AC33F;
}
.TagClassName
{
border-color: #5AC33F;
}
</style>