Shades of Apple #53CB36
Tints of Apple #53CB36
RGB
CMYK
RGB Variations
Color information
#53CB36 (or 0x53CB36) is known color: Apple. HEX triplet: 53, CB and 36. RGB value is (83,203,54). Sum of RGB (Red+Green+Blue) = 83+203+54=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CB36 is #AC34C9. Grayscale: #969696. Windows color (decimal): -11285706 or 3590995. OLE color: 3590995.
HSL color Cylindrical-coordinate representation of color #53CB36: hue angle of 108.32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53CB36 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 54 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.20 |
| HSL | 108.32º | 0.59% | 0.5% | - |
| HSV(B) | 108.32º | 0.73% | 0.8% | - |
| XYZ | 25.59 | 44.82 | 10.79 | - |
| YUV | 150.13 | 73.74 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 54 | 0.59 | 0 | 0.73 | 0.20 | 108.32 | 0.59 | 0.5 |
| Hex | 53 | CB | 36 | 3B | 0 | 49 | 14 | 6C | 3B | 32 |
| Octal | 123 | 313 | 66 | 73 | 0 | 111 | 24 | 154 | 73 | 62 |
| Binary | 1010011 | 11001011 | 110110 | 111011 | 0 | 1001001 | 10100 | 1101100 | 111011 | 110010 |
Color Harmonies of #53CB36
Complementary color
Monochromatic Colors of #53CB36
Black with #53CB36
Text Example
Text Example
White with #53CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB36; }
p { color: rgb(83,203,54); }
H1.HeaderClassName
{
color: #53CB36;
}
.AnyTagClassName
{
color: #53CB36;
}
</style>
background-color css
<style>
a { background-color: #53CB36; }
a { background-color: rgb(83,203,54); }
div.DivClassName
{
background-color: #53CB36;
}
.BgClassName
{
background-color: #53CB36;
}
</style>
border-color css
<style>
span { border-color: #53CB36; }
span { border-color: rgb(83,203,54); }
td.TdClassName
{
border-color: #53CB36;
}
.TagClassName
{
border-color: #53CB36;
}
</style>