Shades of Apple #53CA4F
Tints of Apple #53CA4F
RGB
CMYK
RGB Variations
Color information
#53CA4F (or 0x53CA4F) is known color: Apple. HEX triplet: 53, CA and 4F. RGB value is (83,202,79). Sum of RGB (Red+Green+Blue) = 83+202+79=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CA4F is #AC35B0. Grayscale: #989898. Windows color (decimal): -11285937 or 5229139. OLE color: 5229139.
HSL color Cylindrical-coordinate representation of color #53CA4F: hue angle of 118.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53CA4F is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 79 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.21 |
| HSL | 118.05º | 0.54% | 0.55% | - |
| HSV(B) | 118.05º | 0.61% | 0.79% | - |
| XYZ | 26.1 | 44.64 | 14.64 | - |
| YUV | 152.4 | 86.58 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 79 | 0.59 | 0 | 0.61 | 0.21 | 118.05 | 0.54 | 0.55 |
| Hex | 53 | CA | 4F | 3B | 0 | 3D | 15 | 76 | 36 | 37 |
| Octal | 123 | 312 | 117 | 73 | 0 | 75 | 25 | 166 | 66 | 67 |
| Binary | 1010011 | 11001010 | 1001111 | 111011 | 0 | 111101 | 10101 | 1110110 | 110110 | 110111 |
Color Harmonies of #53CA4F
Complementary color
Monochromatic Colors of #53CA4F
Black with #53CA4F
Text Example
Text Example
White with #53CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA4F; }
p { color: rgb(83,202,79); }
H1.HeaderClassName
{
color: #53CA4F;
}
.AnyTagClassName
{
color: #53CA4F;
}
</style>
background-color css
<style>
a { background-color: #53CA4F; }
a { background-color: rgb(83,202,79); }
div.DivClassName
{
background-color: #53CA4F;
}
.BgClassName
{
background-color: #53CA4F;
}
</style>
border-color css
<style>
span { border-color: #53CA4F; }
span { border-color: rgb(83,202,79); }
td.TdClassName
{
border-color: #53CA4F;
}
.TagClassName
{
border-color: #53CA4F;
}
</style>