Shades of Apple #5AD23B
Tints of Apple #5AD23B
RGB
CMYK
RGB Variations
Color information
#5AD23B (or 0x5AD23B) is known color: Apple. HEX triplet: 5A, D2 and 3B. RGB value is (90,210,59). Sum of RGB (Red+Green+Blue) = 90+210+59=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD23B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD23B is #A52DC4. Grayscale: #9D9D9D. Windows color (decimal): -10825157 or 3920474. OLE color: 3920474.
HSL color Cylindrical-coordinate representation of color #5AD23B: hue angle of 107.68º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AD23B is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 59 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.18 |
| HSL | 107.68º | 0.63% | 0.53% | - |
| HSV(B) | 107.68º | 0.72% | 0.82% | - |
| XYZ | 28.05 | 48.58 | 12.04 | - |
| YUV | 156.91 | 72.74 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 59 | 0.57 | 0 | 0.72 | 0.18 | 107.68 | 0.63 | 0.53 |
| Hex | 5A | D2 | 3B | 39 | 0 | 48 | 12 | 6C | 3F | 35 |
| Octal | 132 | 322 | 73 | 71 | 0 | 110 | 22 | 154 | 77 | 65 |
| Binary | 1011010 | 11010010 | 111011 | 111001 | 0 | 1001000 | 10010 | 1101100 | 111111 | 110101 |
Color Harmonies of #5AD23B
Complementary color
Monochromatic Colors of #5AD23B
Black with #5AD23B
Text Example
Text Example
White with #5AD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD23B; }
p { color: rgb(90,210,59); }
H1.HeaderClassName
{
color: #5AD23B;
}
.AnyTagClassName
{
color: #5AD23B;
}
</style>
background-color css
<style>
a { background-color: #5AD23B; }
a { background-color: rgb(90,210,59); }
div.DivClassName
{
background-color: #5AD23B;
}
.BgClassName
{
background-color: #5AD23B;
}
</style>
border-color css
<style>
span { border-color: #5AD23B; }
span { border-color: rgb(90,210,59); }
td.TdClassName
{
border-color: #5AD23B;
}
.TagClassName
{
border-color: #5AD23B;
}
</style>