Shades of Apple #53C336
Tints of Apple #53C336
RGB
CMYK
RGB Variations
Color information
#53C336 (or 0x53C336) is known color: Apple. HEX triplet: 53, C3 and 36. RGB value is (83,195,54). Sum of RGB (Red+Green+Blue) = 83+195+54=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #53C336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C336 is #AC3CC9. Grayscale: #919191. Windows color (decimal): -11287754 or 3588947. OLE color: 3588947.
HSL color Cylindrical-coordinate representation of color #53C336: hue angle of 107.66º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53C336 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 54 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.24 |
| HSL | 107.66º | 0.57% | 0.49% | - |
| HSV(B) | 107.66º | 0.72% | 0.76% | - |
| XYZ | 23.75 | 41.14 | 10.18 | - |
| YUV | 145.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 54 | 0.57 | 0 | 0.72 | 0.24 | 107.66 | 0.57 | 0.49 |
| Hex | 53 | C3 | 36 | 39 | 0 | 48 | 18 | 6C | 39 | 31 |
| Octal | 123 | 303 | 66 | 71 | 0 | 110 | 30 | 154 | 71 | 61 |
| Binary | 1010011 | 11000011 | 110110 | 111001 | 0 | 1001000 | 11000 | 1101100 | 111001 | 110001 |
Color Harmonies of #53C336
Complementary color
Monochromatic Colors of #53C336
Black with #53C336
Text Example
Text Example
White with #53C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C336; }
p { color: rgb(83,195,54); }
H1.HeaderClassName
{
color: #53C336;
}
.AnyTagClassName
{
color: #53C336;
}
</style>
background-color css
<style>
a { background-color: #53C336; }
a { background-color: rgb(83,195,54); }
div.DivClassName
{
background-color: #53C336;
}
.BgClassName
{
background-color: #53C336;
}
</style>
border-color css
<style>
span { border-color: #53C336; }
span { border-color: rgb(83,195,54); }
td.TdClassName
{
border-color: #53C336;
}
.TagClassName
{
border-color: #53C336;
}
</style>