Shades of Apple #53BE40
Tints of Apple #53BE40
RGB
CMYK
RGB Variations
Color information
#53BE40 (or 0x53BE40) is known color: Apple. HEX triplet: 53, BE and 40. RGB value is (83,190,64). Sum of RGB (Red+Green+Blue) = 83+190+64=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BE40 is #AC41BF. Grayscale: #909090. Windows color (decimal): -11289024 or 4243027. OLE color: 4243027.
HSL color Cylindrical-coordinate representation of color #53BE40: hue angle of 110.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BE40 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 190 | 64 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.25 |
| HSL | 110.95º | 0.5% | 0.5% | - |
| HSV(B) | 110.95º | 0.66% | 0.75% | - |
| XYZ | 22.91 | 39.04 | 11.18 | - |
| YUV | 143.64 | 83.05 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 64 | 0.56 | 0 | 0.66 | 0.25 | 110.95 | 0.5 | 0.5 |
| Hex | 53 | BE | 40 | 38 | 0 | 42 | 19 | 6F | 32 | 32 |
| Octal | 123 | 276 | 100 | 70 | 0 | 102 | 31 | 157 | 62 | 62 |
| Binary | 1010011 | 10111110 | 1000000 | 111000 | 0 | 1000010 | 11001 | 1101111 | 110010 | 110010 |
Color Harmonies of #53BE40
Complementary color
Monochromatic Colors of #53BE40
Black with #53BE40
Text Example
Text Example
White with #53BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BE40; }
p { color: rgb(83,190,64); }
H1.HeaderClassName
{
color: #53BE40;
}
.AnyTagClassName
{
color: #53BE40;
}
</style>
background-color css
<style>
a { background-color: #53BE40; }
a { background-color: rgb(83,190,64); }
div.DivClassName
{
background-color: #53BE40;
}
.BgClassName
{
background-color: #53BE40;
}
</style>
border-color css
<style>
span { border-color: #53BE40; }
span { border-color: rgb(83,190,64); }
td.TdClassName
{
border-color: #53BE40;
}
.TagClassName
{
border-color: #53BE40;
}
</style>