Shades of Apple #53C63F
Tints of Apple #53C63F
RGB
CMYK
RGB Variations
Color information
#53C63F (or 0x53C63F) is known color: Apple. HEX triplet: 53, C6 and 3F. RGB value is (83,198,63). Sum of RGB (Red+Green+Blue) = 83+198+63=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #53C63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C63F is #AC39C0. Grayscale: #949494. Windows color (decimal): -11286977 or 4179539. OLE color: 4179539.
HSL color Cylindrical-coordinate representation of color #53C63F: hue angle of 111.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53C63F is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 63 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.22 |
| HSL | 111.11º | 0.54% | 0.51% | - |
| HSV(B) | 111.11º | 0.68% | 0.78% | - |
| XYZ | 24.66 | 42.59 | 11.62 | - |
| YUV | 148.23 | 79.9 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 63 | 0.58 | 0 | 0.68 | 0.22 | 111.11 | 0.54 | 0.51 |
| Hex | 53 | C6 | 3F | 3A | 0 | 44 | 16 | 6F | 36 | 33 |
| Octal | 123 | 306 | 77 | 72 | 0 | 104 | 26 | 157 | 66 | 63 |
| Binary | 1010011 | 11000110 | 111111 | 111010 | 0 | 1000100 | 10110 | 1101111 | 110110 | 110011 |
Color Harmonies of #53C63F
Complementary color
Monochromatic Colors of #53C63F
Black with #53C63F
Text Example
Text Example
White with #53C63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C63F; }
p { color: rgb(83,198,63); }
H1.HeaderClassName
{
color: #53C63F;
}
.AnyTagClassName
{
color: #53C63F;
}
</style>
background-color css
<style>
a { background-color: #53C63F; }
a { background-color: rgb(83,198,63); }
div.DivClassName
{
background-color: #53C63F;
}
.BgClassName
{
background-color: #53C63F;
}
</style>
border-color css
<style>
span { border-color: #53C63F; }
span { border-color: rgb(83,198,63); }
td.TdClassName
{
border-color: #53C63F;
}
.TagClassName
{
border-color: #53C63F;
}
</style>