Shades of Apple #53CC41
Tints of Apple #53CC41
RGB
CMYK
RGB Variations
Color information
#53CC41 (or 0x53CC41) is known color: Apple. HEX triplet: 53, CC and 41. RGB value is (83,204,65). Sum of RGB (Red+Green+Blue) = 83+204+65=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CC41 is #AC33BE. Grayscale: #989898. Windows color (decimal): -11285439 or 4312147. OLE color: 4312147.
HSL color Cylindrical-coordinate representation of color #53CC41: hue angle of 112.23º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53CC41 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 65 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.2 |
| HSL | 112.23º | 0.58% | 0.53% | - |
| HSV(B) | 112.23º | 0.68% | 0.8% | - |
| XYZ | 26.11 | 45.41 | 12.39 | - |
| YUV | 151.98 | 78.91 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 65 | 0.59 | 0 | 0.68 | 0.2 | 112.23 | 0.58 | 0.53 |
| Hex | 53 | CC | 41 | 3B | 0 | 44 | 14 | 70 | 3A | 35 |
| Octal | 123 | 314 | 101 | 73 | 0 | 104 | 24 | 160 | 72 | 65 |
| Binary | 1010011 | 11001100 | 1000001 | 111011 | 0 | 1000100 | 10100 | 1110000 | 111010 | 110101 |
Color Harmonies of #53CC41
Complementary color
Monochromatic Colors of #53CC41
Black with #53CC41
Text Example
Text Example
White with #53CC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC41; }
p { color: rgb(83,204,65); }
H1.HeaderClassName
{
color: #53CC41;
}
.AnyTagClassName
{
color: #53CC41;
}
</style>
background-color css
<style>
a { background-color: #53CC41; }
a { background-color: rgb(83,204,65); }
div.DivClassName
{
background-color: #53CC41;
}
.BgClassName
{
background-color: #53CC41;
}
</style>
border-color css
<style>
span { border-color: #53CC41; }
span { border-color: rgb(83,204,65); }
td.TdClassName
{
border-color: #53CC41;
}
.TagClassName
{
border-color: #53CC41;
}
</style>