Shades of Apple #53BC4A
Tints of Apple #53BC4A
RGB
CMYK
RGB Variations
Color information
#53BC4A (or 0x53BC4A) is known color: Apple. HEX triplet: 53, BC and 4A. RGB value is (83,188,74). Sum of RGB (Red+Green+Blue) = 83+188+74=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC4A is #AC43B5. Grayscale: #8F8F8F. Windows color (decimal): -11289526 or 4897875. OLE color: 4897875.
HSL color Cylindrical-coordinate representation of color #53BC4A: hue angle of 115.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53BC4A is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 74 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.26 |
| HSL | 115.26º | 0.46% | 0.51% | - |
| HSV(B) | 115.26º | 0.61% | 0.74% | - |
| XYZ | 22.79 | 38.3 | 12.67 | - |
| YUV | 143.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 74 | 0.56 | 0 | 0.61 | 0.26 | 115.26 | 0.46 | 0.51 |
| Hex | 53 | BC | 4A | 38 | 0 | 3D | 1A | 73 | 2E | 33 |
| Octal | 123 | 274 | 112 | 70 | 0 | 75 | 32 | 163 | 56 | 63 |
| Binary | 1010011 | 10111100 | 1001010 | 111000 | 0 | 111101 | 11010 | 1110011 | 101110 | 110011 |
Color Harmonies of #53BC4A
Complementary color
Monochromatic Colors of #53BC4A
Black with #53BC4A
Text Example
Text Example
White with #53BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC4A; }
p { color: rgb(83,188,74); }
H1.HeaderClassName
{
color: #53BC4A;
}
.AnyTagClassName
{
color: #53BC4A;
}
</style>
background-color css
<style>
a { background-color: #53BC4A; }
a { background-color: rgb(83,188,74); }
div.DivClassName
{
background-color: #53BC4A;
}
.BgClassName
{
background-color: #53BC4A;
}
</style>
border-color css
<style>
span { border-color: #53BC4A; }
span { border-color: rgb(83,188,74); }
td.TdClassName
{
border-color: #53BC4A;
}
.TagClassName
{
border-color: #53BC4A;
}
</style>