Shades of Apple #53C13D
Tints of Apple #53C13D
RGB
CMYK
RGB Variations
Color information
#53C13D (or 0x53C13D) is known color: Apple. HEX triplet: 53, C1 and 3D. RGB value is (83,193,61). Sum of RGB (Red+Green+Blue) = 83+193+61=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #53C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C13D is #AC3EC2. Grayscale: #919191. Windows color (decimal): -11288259 or 4047187. OLE color: 4047187.
HSL color Cylindrical-coordinate representation of color #53C13D: hue angle of 110º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53C13D is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 61 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.24 |
| HSL | 110º | 0.52% | 0.5% | - |
| HSV(B) | 110º | 0.68% | 0.76% | - |
| XYZ | 23.48 | 40.32 | 10.96 | - |
| YUV | 145.06 | 80.56 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 61 | 0.57 | 0 | 0.68 | 0.24 | 110 | 0.52 | 0.5 |
| Hex | 53 | C1 | 3D | 39 | 0 | 44 | 18 | 6E | 34 | 32 |
| Octal | 123 | 301 | 75 | 71 | 0 | 104 | 30 | 156 | 64 | 62 |
| Binary | 1010011 | 11000001 | 111101 | 111001 | 0 | 1000100 | 11000 | 1101110 | 110100 | 110010 |
Color Harmonies of #53C13D
Complementary color
Monochromatic Colors of #53C13D
Black with #53C13D
Text Example
Text Example
White with #53C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C13D; }
p { color: rgb(83,193,61); }
H1.HeaderClassName
{
color: #53C13D;
}
.AnyTagClassName
{
color: #53C13D;
}
</style>
background-color css
<style>
a { background-color: #53C13D; }
a { background-color: rgb(83,193,61); }
div.DivClassName
{
background-color: #53C13D;
}
.BgClassName
{
background-color: #53C13D;
}
</style>
border-color css
<style>
span { border-color: #53C13D; }
span { border-color: rgb(83,193,61); }
td.TdClassName
{
border-color: #53C13D;
}
.TagClassName
{
border-color: #53C13D;
}
</style>