Shades of Apple #5AB33D
Tints of Apple #5AB33D
RGB
CMYK
RGB Variations
Color information
#5AB33D (or 0x5AB33D) is known color: Apple. HEX triplet: 5A, B3 and 3D. RGB value is (90,179,61). Sum of RGB (Red+Green+Blue) = 90+179+61=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB33D is #A54CC2. Grayscale: #8B8B8B. Windows color (decimal): -10833091 or 4043610. OLE color: 4043610.
HSL color Cylindrical-coordinate representation of color #5AB33D: hue angle of 105.25º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AB33D is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 61 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.30 |
| HSL | 105.25º | 0.49% | 0.47% | - |
| HSV(B) | 105.25º | 0.66% | 0.7% | - |
| XYZ | 21.18 | 34.75 | 10.01 | - |
| YUV | 138.94 | 84.01 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 61 | 0.50 | 0 | 0.66 | 0.30 | 105.25 | 0.49 | 0.47 |
| Hex | 5A | B3 | 3D | 32 | 0 | 42 | 1E | 69 | 31 | 2F |
| Octal | 132 | 263 | 75 | 62 | 0 | 102 | 36 | 151 | 61 | 57 |
| Binary | 1011010 | 10110011 | 111101 | 110010 | 0 | 1000010 | 11110 | 1101001 | 110001 | 101111 |
Color Harmonies of #5AB33D
Complementary color
Monochromatic Colors of #5AB33D
Black with #5AB33D
Text Example
Text Example
White with #5AB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB33D; }
p { color: rgb(90,179,61); }
H1.HeaderClassName
{
color: #5AB33D;
}
.AnyTagClassName
{
color: #5AB33D;
}
</style>
background-color css
<style>
a { background-color: #5AB33D; }
a { background-color: rgb(90,179,61); }
div.DivClassName
{
background-color: #5AB33D;
}
.BgClassName
{
background-color: #5AB33D;
}
</style>
border-color css
<style>
span { border-color: #5AB33D; }
span { border-color: rgb(90,179,61); }
td.TdClassName
{
border-color: #5AB33D;
}
.TagClassName
{
border-color: #5AB33D;
}
</style>