Shades of Apple #53CA4B
Tints of Apple #53CA4B
RGB
CMYK
RGB Variations
Color information
#53CA4B (or 0x53CA4B) is known color: Apple. HEX triplet: 53, CA and 4B. RGB value is (83,202,75). Sum of RGB (Red+Green+Blue) = 83+202+75=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CA4B is #AC35B4. Grayscale: #989898. Windows color (decimal): -11285941 or 4966995. OLE color: 4966995.
HSL color Cylindrical-coordinate representation of color #53CA4B: hue angle of 116.22º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53CA4B is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 75 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.21 |
| HSL | 116.22º | 0.55% | 0.54% | - |
| HSV(B) | 116.22º | 0.63% | 0.79% | - |
| XYZ | 25.96 | 44.59 | 13.89 | - |
| YUV | 151.94 | 84.58 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 75 | 0.59 | 0 | 0.63 | 0.21 | 116.22 | 0.55 | 0.54 |
| Hex | 53 | CA | 4B | 3B | 0 | 3F | 15 | 74 | 37 | 36 |
| Octal | 123 | 312 | 113 | 73 | 0 | 77 | 25 | 164 | 67 | 66 |
| Binary | 1010011 | 11001010 | 1001011 | 111011 | 0 | 111111 | 10101 | 1110100 | 110111 | 110110 |
Color Harmonies of #53CA4B
Complementary color
Monochromatic Colors of #53CA4B
Black with #53CA4B
Text Example
Text Example
White with #53CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA4B; }
p { color: rgb(83,202,75); }
H1.HeaderClassName
{
color: #53CA4B;
}
.AnyTagClassName
{
color: #53CA4B;
}
</style>
background-color css
<style>
a { background-color: #53CA4B; }
a { background-color: rgb(83,202,75); }
div.DivClassName
{
background-color: #53CA4B;
}
.BgClassName
{
background-color: #53CA4B;
}
</style>
border-color css
<style>
span { border-color: #53CA4B; }
span { border-color: rgb(83,202,75); }
td.TdClassName
{
border-color: #53CA4B;
}
.TagClassName
{
border-color: #53CA4B;
}
</style>