Shades of Apple #59B630
Tints of Apple #59B630
RGB
CMYK
RGB Variations
Color information
#59B630 (or 0x59B630) is known color: Apple. HEX triplet: 59, B6 and 30. RGB value is (89,182,48). Sum of RGB (Red+Green+Blue) = 89+182+48=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #59B630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59B630 is #A649CF. Grayscale: #8B8B8B. Windows color (decimal): -10897872 or 3192409. OLE color: 3192409.
HSL color Cylindrical-coordinate representation of color #59B630: hue angle of 101.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59B630 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 182 | 48 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.29 |
| HSL | 101.64º | 0.58% | 0.45% | - |
| HSV(B) | 101.64º | 0.74% | 0.71% | - |
| XYZ | 21.38 | 35.79 | 8.58 | - |
| YUV | 138.92 | 76.69 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 182 | 48 | 0.51 | 0 | 0.74 | 0.29 | 101.64 | 0.58 | 0.45 |
| Hex | 59 | B6 | 30 | 33 | 0 | 4A | 1D | 66 | 3A | 2D |
| Octal | 131 | 266 | 60 | 63 | 0 | 112 | 35 | 146 | 72 | 55 |
| Binary | 1011001 | 10110110 | 110000 | 110011 | 0 | 1001010 | 11101 | 1100110 | 111010 | 101101 |
Color Harmonies of #59B630
Complementary color
Monochromatic Colors of #59B630
Black with #59B630
Text Example
Text Example
White with #59B630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B630; }
p { color: rgb(89,182,48); }
H1.HeaderClassName
{
color: #59B630;
}
.AnyTagClassName
{
color: #59B630;
}
</style>
background-color css
<style>
a { background-color: #59B630; }
a { background-color: rgb(89,182,48); }
div.DivClassName
{
background-color: #59B630;
}
.BgClassName
{
background-color: #59B630;
}
</style>
border-color css
<style>
span { border-color: #59B630; }
span { border-color: rgb(89,182,48); }
td.TdClassName
{
border-color: #59B630;
}
.TagClassName
{
border-color: #59B630;
}
</style>