Shades of Apple #53C135
Tints of Apple #53C135
RGB
CMYK
RGB Variations
Color information
#53C135 (or 0x53C135) is known color: Apple. HEX triplet: 53, C1 and 35. RGB value is (83,193,53). Sum of RGB (Red+Green+Blue) = 83+193+53=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #53C135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C135 is #AC3ECA. Grayscale: #909090. Windows color (decimal): -11288267 or 3522899. OLE color: 3522899.
HSL color Cylindrical-coordinate representation of color #53C135: hue angle of 107.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53C135 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 53 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.24 |
| HSL | 107.14º | 0.57% | 0.48% | - |
| HSV(B) | 107.14º | 0.73% | 0.76% | - |
| XYZ | 23.28 | 40.24 | 9.91 | - |
| YUV | 144.15 | 76.56 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 53 | 0.57 | 0 | 0.73 | 0.24 | 107.14 | 0.57 | 0.48 |
| Hex | 53 | C1 | 35 | 39 | 0 | 49 | 18 | 6B | 39 | 30 |
| Octal | 123 | 301 | 65 | 71 | 0 | 111 | 30 | 153 | 71 | 60 |
| Binary | 1010011 | 11000001 | 110101 | 111001 | 0 | 1001001 | 11000 | 1101011 | 111001 | 110000 |
Color Harmonies of #53C135
Complementary color
Monochromatic Colors of #53C135
Black with #53C135
Text Example
Text Example
White with #53C135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C135; }
p { color: rgb(83,193,53); }
H1.HeaderClassName
{
color: #53C135;
}
.AnyTagClassName
{
color: #53C135;
}
</style>
background-color css
<style>
a { background-color: #53C135; }
a { background-color: rgb(83,193,53); }
div.DivClassName
{
background-color: #53C135;
}
.BgClassName
{
background-color: #53C135;
}
</style>
border-color css
<style>
span { border-color: #53C135; }
span { border-color: rgb(83,193,53); }
td.TdClassName
{
border-color: #53C135;
}
.TagClassName
{
border-color: #53C135;
}
</style>