Shades of Apple #53CE41
Tints of Apple #53CE41
RGB
CMYK
RGB Variations
Color information
#53CE41 (or 0x53CE41) is known color: Apple. HEX triplet: 53, CE and 41. RGB value is (83,206,65). Sum of RGB (Red+Green+Blue) = 83+206+65=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CE41 is #AC31BE. Grayscale: #999999. Windows color (decimal): -11284927 or 4312659. OLE color: 4312659.
HSL color Cylindrical-coordinate representation of color #53CE41: hue angle of 112.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53CE41 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 65 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.19 |
| HSL | 112.34º | 0.59% | 0.53% | - |
| HSV(B) | 112.34º | 0.68% | 0.81% | - |
| XYZ | 26.59 | 46.36 | 12.55 | - |
| YUV | 153.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 65 | 0.60 | 0 | 0.68 | 0.19 | 112.34 | 0.59 | 0.53 |
| Hex | 53 | CE | 41 | 3C | 0 | 44 | 13 | 70 | 3B | 35 |
| Octal | 123 | 316 | 101 | 74 | 0 | 104 | 23 | 160 | 73 | 65 |
| Binary | 1010011 | 11001110 | 1000001 | 111100 | 0 | 1000100 | 10011 | 1110000 | 111011 | 110101 |
Color Harmonies of #53CE41
Complementary color
Monochromatic Colors of #53CE41
Black with #53CE41
Text Example
Text Example
White with #53CE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CE41; }
p { color: rgb(83,206,65); }
H1.HeaderClassName
{
color: #53CE41;
}
.AnyTagClassName
{
color: #53CE41;
}
</style>
background-color css
<style>
a { background-color: #53CE41; }
a { background-color: rgb(83,206,65); }
div.DivClassName
{
background-color: #53CE41;
}
.BgClassName
{
background-color: #53CE41;
}
</style>
border-color css
<style>
span { border-color: #53CE41; }
span { border-color: rgb(83,206,65); }
td.TdClassName
{
border-color: #53CE41;
}
.TagClassName
{
border-color: #53CE41;
}
</style>