Shades of Apple #53BF3E
Tints of Apple #53BF3E
RGB
CMYK
RGB Variations
Color information
#53BF3E (or 0x53BF3E) is known color: Apple. HEX triplet: 53, BF and 3E. RGB value is (83,191,62). Sum of RGB (Red+Green+Blue) = 83+191+62=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BF3E is #AC40C1. Grayscale: #909090. Windows color (decimal): -11288770 or 4112211. OLE color: 4112211.
HSL color Cylindrical-coordinate representation of color #53BF3E: hue angle of 110.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53BF3E is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 62 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.25 |
| HSL | 110.23º | 0.51% | 0.5% | - |
| HSV(B) | 110.23º | 0.68% | 0.75% | - |
| XYZ | 23.07 | 39.45 | 10.96 | - |
| YUV | 144 | 81.72 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 62 | 0.57 | 0 | 0.68 | 0.25 | 110.23 | 0.51 | 0.5 |
| Hex | 53 | BF | 3E | 39 | 0 | 44 | 19 | 6E | 33 | 32 |
| Octal | 123 | 277 | 76 | 71 | 0 | 104 | 31 | 156 | 63 | 62 |
| Binary | 1010011 | 10111111 | 111110 | 111001 | 0 | 1000100 | 11001 | 1101110 | 110011 | 110010 |
Color Harmonies of #53BF3E
Complementary color
Monochromatic Colors of #53BF3E
Black with #53BF3E
Text Example
Text Example
White with #53BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BF3E; }
p { color: rgb(83,191,62); }
H1.HeaderClassName
{
color: #53BF3E;
}
.AnyTagClassName
{
color: #53BF3E;
}
</style>
background-color css
<style>
a { background-color: #53BF3E; }
a { background-color: rgb(83,191,62); }
div.DivClassName
{
background-color: #53BF3E;
}
.BgClassName
{
background-color: #53BF3E;
}
</style>
border-color css
<style>
span { border-color: #53BF3E; }
span { border-color: rgb(83,191,62); }
td.TdClassName
{
border-color: #53BF3E;
}
.TagClassName
{
border-color: #53BF3E;
}
</style>