Shades of Apple #53BC3F
Tints of Apple #53BC3F
RGB
CMYK
RGB Variations
Color information
#53BC3F (or 0x53BC3F) is known color: Apple. HEX triplet: 53, BC and 3F. RGB value is (83,188,63). Sum of RGB (Red+Green+Blue) = 83+188+63=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC3F is #AC43C0. Grayscale: #8E8E8E. Windows color (decimal): -11289537 or 4176979. OLE color: 4176979.
HSL color Cylindrical-coordinate representation of color #53BC3F: hue angle of 110.4º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BC3F is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 63 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.26 |
| HSL | 110.4º | 0.5% | 0.49% | - |
| HSV(B) | 110.4º | 0.66% | 0.74% | - |
| XYZ | 22.45 | 38.16 | 10.89 | - |
| YUV | 142.36 | 83.21 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 63 | 0.56 | 0 | 0.66 | 0.26 | 110.4 | 0.5 | 0.49 |
| Hex | 53 | BC | 3F | 38 | 0 | 42 | 1A | 6E | 32 | 31 |
| Octal | 123 | 274 | 77 | 70 | 0 | 102 | 32 | 156 | 62 | 61 |
| Binary | 1010011 | 10111100 | 111111 | 111000 | 0 | 1000010 | 11010 | 1101110 | 110010 | 110001 |
Color Harmonies of #53BC3F
Complementary color
Monochromatic Colors of #53BC3F
Black with #53BC3F
Text Example
Text Example
White with #53BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC3F; }
p { color: rgb(83,188,63); }
H1.HeaderClassName
{
color: #53BC3F;
}
.AnyTagClassName
{
color: #53BC3F;
}
</style>
background-color css
<style>
a { background-color: #53BC3F; }
a { background-color: rgb(83,188,63); }
div.DivClassName
{
background-color: #53BC3F;
}
.BgClassName
{
background-color: #53BC3F;
}
</style>
border-color css
<style>
span { border-color: #53BC3F; }
span { border-color: rgb(83,188,63); }
td.TdClassName
{
border-color: #53BC3F;
}
.TagClassName
{
border-color: #53BC3F;
}
</style>