Shades of Apple #53CB46
Tints of Apple #53CB46
RGB
CMYK
RGB Variations
Color information
#53CB46 (or 0x53CB46) is known color: Apple. HEX triplet: 53, CB and 46. RGB value is (83,203,70). Sum of RGB (Red+Green+Blue) = 83+203+70=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CB46 is #AC34B9. Grayscale: #989898. Windows color (decimal): -11285690 or 4639571. OLE color: 4639571.
HSL color Cylindrical-coordinate representation of color #53CB46: hue angle of 114.14º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53CB46 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 70 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.20 |
| HSL | 114.14º | 0.56% | 0.54% | - |
| HSV(B) | 114.14º | 0.66% | 0.8% | - |
| XYZ | 26.03 | 44.99 | 13.11 | - |
| YUV | 151.96 | 81.74 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 70 | 0.59 | 0 | 0.66 | 0.20 | 114.14 | 0.56 | 0.54 |
| Hex | 53 | CB | 46 | 3B | 0 | 42 | 14 | 72 | 38 | 36 |
| Octal | 123 | 313 | 106 | 73 | 0 | 102 | 24 | 162 | 70 | 66 |
| Binary | 1010011 | 11001011 | 1000110 | 111011 | 0 | 1000010 | 10100 | 1110010 | 111000 | 110110 |
Color Harmonies of #53CB46
Complementary color
Monochromatic Colors of #53CB46
Black with #53CB46
Text Example
Text Example
White with #53CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB46; }
p { color: rgb(83,203,70); }
H1.HeaderClassName
{
color: #53CB46;
}
.AnyTagClassName
{
color: #53CB46;
}
</style>
background-color css
<style>
a { background-color: #53CB46; }
a { background-color: rgb(83,203,70); }
div.DivClassName
{
background-color: #53CB46;
}
.BgClassName
{
background-color: #53CB46;
}
</style>
border-color css
<style>
span { border-color: #53CB46; }
span { border-color: rgb(83,203,70); }
td.TdClassName
{
border-color: #53CB46;
}
.TagClassName
{
border-color: #53CB46;
}
</style>