Shades of Apple #53BD42
Tints of Apple #53BD42
RGB
CMYK
RGB Variations
Color information
#53BD42 (or 0x53BD42) is known color: Apple. HEX triplet: 53, BD and 42. RGB value is (83,189,66). Sum of RGB (Red+Green+Blue) = 83+189+66=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BD42 is #AC42BD. Grayscale: #8F8F8F. Windows color (decimal): -11289278 or 4373843. OLE color: 4373843.
HSL color Cylindrical-coordinate representation of color #53BD42: hue angle of 111.71º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BD42 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 66 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.26 |
| HSL | 111.71º | 0.48% | 0.5% | - |
| HSV(B) | 111.71º | 0.65% | 0.74% | - |
| XYZ | 22.75 | 38.63 | 11.41 | - |
| YUV | 143.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 66 | 0.56 | 0 | 0.65 | 0.26 | 111.71 | 0.48 | 0.5 |
| Hex | 53 | BD | 42 | 38 | 0 | 41 | 1A | 70 | 30 | 32 |
| Octal | 123 | 275 | 102 | 70 | 0 | 101 | 32 | 160 | 60 | 62 |
| Binary | 1010011 | 10111101 | 1000010 | 111000 | 0 | 1000001 | 11010 | 1110000 | 110000 | 110010 |
Color Harmonies of #53BD42
Complementary color
Monochromatic Colors of #53BD42
Black with #53BD42
Text Example
Text Example
White with #53BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BD42; }
p { color: rgb(83,189,66); }
H1.HeaderClassName
{
color: #53BD42;
}
.AnyTagClassName
{
color: #53BD42;
}
</style>
background-color css
<style>
a { background-color: #53BD42; }
a { background-color: rgb(83,189,66); }
div.DivClassName
{
background-color: #53BD42;
}
.BgClassName
{
background-color: #53BD42;
}
</style>
border-color css
<style>
span { border-color: #53BD42; }
span { border-color: rgb(83,189,66); }
td.TdClassName
{
border-color: #53BD42;
}
.TagClassName
{
border-color: #53BD42;
}
</style>