Shades of Apple #53CC37
Tints of Apple #53CC37
RGB
CMYK
RGB Variations
Color information
#53CC37 (or 0x53CC37) is known color: Apple. HEX triplet: 53, CC and 37. RGB value is (83,204,55). Sum of RGB (Red+Green+Blue) = 83+204+55=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CC37 is #AC33C8. Grayscale: #979797. Windows color (decimal): -11285449 or 3656787. OLE color: 3656787.
HSL color Cylindrical-coordinate representation of color #53CC37: hue angle of 108.72º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53CC37 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 55 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.2 |
| HSL | 108.72º | 0.59% | 0.51% | - |
| HSV(B) | 108.72º | 0.73% | 0.8% | - |
| XYZ | 25.85 | 45.3 | 11 | - |
| YUV | 150.84 | 73.91 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 55 | 0.59 | 0 | 0.73 | 0.2 | 108.72 | 0.59 | 0.51 |
| Hex | 53 | CC | 37 | 3B | 0 | 49 | 14 | 6D | 3B | 33 |
| Octal | 123 | 314 | 67 | 73 | 0 | 111 | 24 | 155 | 73 | 63 |
| Binary | 1010011 | 11001100 | 110111 | 111011 | 0 | 1001001 | 10100 | 1101101 | 111011 | 110011 |
Color Harmonies of #53CC37
Complementary color
Monochromatic Colors of #53CC37
Black with #53CC37
Text Example
Text Example
White with #53CC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC37; }
p { color: rgb(83,204,55); }
H1.HeaderClassName
{
color: #53CC37;
}
.AnyTagClassName
{
color: #53CC37;
}
</style>
background-color css
<style>
a { background-color: #53CC37; }
a { background-color: rgb(83,204,55); }
div.DivClassName
{
background-color: #53CC37;
}
.BgClassName
{
background-color: #53CC37;
}
</style>
border-color css
<style>
span { border-color: #53CC37; }
span { border-color: rgb(83,204,55); }
td.TdClassName
{
border-color: #53CC37;
}
.TagClassName
{
border-color: #53CC37;
}
</style>