Shades of Apple #53CB37
Tints of Apple #53CB37
RGB
CMYK
RGB Variations
Color information
#53CB37 (or 0x53CB37) is known color: Apple. HEX triplet: 53, CB and 37. RGB value is (83,203,55). Sum of RGB (Red+Green+Blue) = 83+203+55=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CB37 is #AC34C8. Grayscale: #969696. Windows color (decimal): -11285705 or 3656531. OLE color: 3656531.
HSL color Cylindrical-coordinate representation of color #53CB37: hue angle of 108.65º 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 #53CB37 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 55 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.20 |
| HSL | 108.65º | 0.59% | 0.51% | - |
| HSV(B) | 108.65º | 0.73% | 0.8% | - |
| XYZ | 25.61 | 44.83 | 10.92 | - |
| YUV | 150.25 | 74.24 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 55 | 0.59 | 0 | 0.73 | 0.20 | 108.65 | 0.59 | 0.51 |
| Hex | 53 | CB | 37 | 3B | 0 | 49 | 14 | 6D | 3B | 33 |
| Octal | 123 | 313 | 67 | 73 | 0 | 111 | 24 | 155 | 73 | 63 |
| Binary | 1010011 | 11001011 | 110111 | 111011 | 0 | 1001001 | 10100 | 1101101 | 111011 | 110011 |
Color Harmonies of #53CB37
Complementary color
Monochromatic Colors of #53CB37
Black with #53CB37
Text Example
Text Example
White with #53CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB37; }
p { color: rgb(83,203,55); }
H1.HeaderClassName
{
color: #53CB37;
}
.AnyTagClassName
{
color: #53CB37;
}
</style>
background-color css
<style>
a { background-color: #53CB37; }
a { background-color: rgb(83,203,55); }
div.DivClassName
{
background-color: #53CB37;
}
.BgClassName
{
background-color: #53CB37;
}
</style>
border-color css
<style>
span { border-color: #53CB37; }
span { border-color: rgb(83,203,55); }
td.TdClassName
{
border-color: #53CB37;
}
.TagClassName
{
border-color: #53CB37;
}
</style>