Shades of Apple #53CE3F
Tints of Apple #53CE3F
RGB
CMYK
RGB Variations
Color information
#53CE3F (or 0x53CE3F) is known color: Apple. HEX triplet: 53, CE and 3F. RGB value is (83,206,63). Sum of RGB (Red+Green+Blue) = 83+206+63=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CE3F is #AC31C0. Grayscale: #999999. Windows color (decimal): -11284929 or 4181587. OLE color: 4181587.
HSL color Cylindrical-coordinate representation of color #53CE3F: hue angle of 111.61º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53CE3F is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 63 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.19 |
| HSL | 111.61º | 0.59% | 0.53% | - |
| HSV(B) | 111.61º | 0.69% | 0.81% | - |
| XYZ | 26.54 | 46.34 | 12.25 | - |
| YUV | 152.92 | 77.25 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 63 | 0.60 | 0 | 0.69 | 0.19 | 111.61 | 0.59 | 0.53 |
| Hex | 53 | CE | 3F | 3C | 0 | 45 | 13 | 70 | 3B | 35 |
| Octal | 123 | 316 | 77 | 74 | 0 | 105 | 23 | 160 | 73 | 65 |
| Binary | 1010011 | 11001110 | 111111 | 111100 | 0 | 1000101 | 10011 | 1110000 | 111011 | 110101 |
Color Harmonies of #53CE3F
Complementary color
Monochromatic Colors of #53CE3F
Black with #53CE3F
Text Example
Text Example
White with #53CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CE3F; }
p { color: rgb(83,206,63); }
H1.HeaderClassName
{
color: #53CE3F;
}
.AnyTagClassName
{
color: #53CE3F;
}
</style>
background-color css
<style>
a { background-color: #53CE3F; }
a { background-color: rgb(83,206,63); }
div.DivClassName
{
background-color: #53CE3F;
}
.BgClassName
{
background-color: #53CE3F;
}
</style>
border-color css
<style>
span { border-color: #53CE3F; }
span { border-color: rgb(83,206,63); }
td.TdClassName
{
border-color: #53CE3F;
}
.TagClassName
{
border-color: #53CE3F;
}
</style>