Shades of Apple #53BE3A
Tints of Apple #53BE3A
RGB
CMYK
RGB Variations
Color information
#53BE3A (or 0x53BE3A) is known color: Apple. HEX triplet: 53, BE and 3A. RGB value is (83,190,58). Sum of RGB (Red+Green+Blue) = 83+190+58=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BE3A is #AC41C5. Grayscale: #8F8F8F. Windows color (decimal): -11289030 or 3849811. OLE color: 3849811.
HSL color Cylindrical-coordinate representation of color #53BE3A: hue angle of 108.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53BE3A is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 190 | 58 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.25 |
| HSL | 108.64º | 0.53% | 0.49% | - |
| HSV(B) | 108.64º | 0.69% | 0.75% | - |
| XYZ | 22.74 | 38.97 | 10.33 | - |
| YUV | 142.96 | 80.05 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 58 | 0.56 | 0 | 0.69 | 0.25 | 108.64 | 0.53 | 0.49 |
| Hex | 53 | BE | 3A | 38 | 0 | 45 | 19 | 6D | 35 | 31 |
| Octal | 123 | 276 | 72 | 70 | 0 | 105 | 31 | 155 | 65 | 61 |
| Binary | 1010011 | 10111110 | 111010 | 111000 | 0 | 1000101 | 11001 | 1101101 | 110101 | 110001 |
Color Harmonies of #53BE3A
Complementary color
Monochromatic Colors of #53BE3A
Black with #53BE3A
Text Example
Text Example
White with #53BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BE3A; }
p { color: rgb(83,190,58); }
H1.HeaderClassName
{
color: #53BE3A;
}
.AnyTagClassName
{
color: #53BE3A;
}
</style>
background-color css
<style>
a { background-color: #53BE3A; }
a { background-color: rgb(83,190,58); }
div.DivClassName
{
background-color: #53BE3A;
}
.BgClassName
{
background-color: #53BE3A;
}
</style>
border-color css
<style>
span { border-color: #53BE3A; }
span { border-color: rgb(83,190,58); }
td.TdClassName
{
border-color: #53BE3A;
}
.TagClassName
{
border-color: #53BE3A;
}
</style>