Shades of Apple #59BC34
Tints of Apple #59BC34
RGB
CMYK
RGB Variations
Color information
#59BC34 (or 0x59BC34) is known color: Apple. HEX triplet: 59, BC and 34. RGB value is (89,188,52). Sum of RGB (Red+Green+Blue) = 89+188+52=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BC34 is #A643CB. Grayscale: #8F8F8F. Windows color (decimal): -10896332 or 3456089. OLE color: 3456089.
HSL color Cylindrical-coordinate representation of color #59BC34: hue angle of 103.68º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59BC34 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 52 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.26 |
| HSL | 103.68º | 0.57% | 0.47% | - |
| HSV(B) | 103.68º | 0.72% | 0.74% | - |
| XYZ | 22.72 | 38.34 | 9.45 | - |
| YUV | 142.9 | 76.7 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 52 | 0.53 | 0 | 0.72 | 0.26 | 103.68 | 0.57 | 0.47 |
| Hex | 59 | BC | 34 | 35 | 0 | 48 | 1A | 68 | 39 | 2F |
| Octal | 131 | 274 | 64 | 65 | 0 | 110 | 32 | 150 | 71 | 57 |
| Binary | 1011001 | 10111100 | 110100 | 110101 | 0 | 1001000 | 11010 | 1101000 | 111001 | 101111 |
Color Harmonies of #59BC34
Complementary color
Monochromatic Colors of #59BC34
Black with #59BC34
Text Example
Text Example
White with #59BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC34; }
p { color: rgb(89,188,52); }
H1.HeaderClassName
{
color: #59BC34;
}
.AnyTagClassName
{
color: #59BC34;
}
</style>
background-color css
<style>
a { background-color: #59BC34; }
a { background-color: rgb(89,188,52); }
div.DivClassName
{
background-color: #59BC34;
}
.BgClassName
{
background-color: #59BC34;
}
</style>
border-color css
<style>
span { border-color: #59BC34; }
span { border-color: rgb(89,188,52); }
td.TdClassName
{
border-color: #59BC34;
}
.TagClassName
{
border-color: #59BC34;
}
</style>