Shades of Apple #53C64A
Tints of Apple #53C64A
RGB
CMYK
RGB Variations
Color information
#53C64A (or 0x53C64A) is known color: Apple. HEX triplet: 53, C6 and 4A. RGB value is (83,198,74). Sum of RGB (Red+Green+Blue) = 83+198+74=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #53C64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C64A is #AC39B5. Grayscale: #959595. Windows color (decimal): -11286966 or 4900435. OLE color: 4900435.
HSL color Cylindrical-coordinate representation of color #53C64A: hue angle of 115.65º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53C64A is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 74 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.22 |
| HSL | 115.65º | 0.52% | 0.53% | - |
| HSV(B) | 115.65º | 0.63% | 0.78% | - |
| XYZ | 25 | 42.72 | 13.41 | - |
| YUV | 149.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 74 | 0.58 | 0 | 0.63 | 0.22 | 115.65 | 0.52 | 0.53 |
| Hex | 53 | C6 | 4A | 3A | 0 | 3F | 16 | 74 | 34 | 35 |
| Octal | 123 | 306 | 112 | 72 | 0 | 77 | 26 | 164 | 64 | 65 |
| Binary | 1010011 | 11000110 | 1001010 | 111010 | 0 | 111111 | 10110 | 1110100 | 110100 | 110101 |
Color Harmonies of #53C64A
Complementary color
Monochromatic Colors of #53C64A
Black with #53C64A
Text Example
Text Example
White with #53C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C64A; }
p { color: rgb(83,198,74); }
H1.HeaderClassName
{
color: #53C64A;
}
.AnyTagClassName
{
color: #53C64A;
}
</style>
background-color css
<style>
a { background-color: #53C64A; }
a { background-color: rgb(83,198,74); }
div.DivClassName
{
background-color: #53C64A;
}
.BgClassName
{
background-color: #53C64A;
}
</style>
border-color css
<style>
span { border-color: #53C64A; }
span { border-color: rgb(83,198,74); }
td.TdClassName
{
border-color: #53C64A;
}
.TagClassName
{
border-color: #53C64A;
}
</style>