Shades of Apple #53BF3A
Tints of Apple #53BF3A
RGB
CMYK
RGB Variations
Color information
#53BF3A (or 0x53BF3A) is known color: Apple. HEX triplet: 53, BF and 3A. RGB value is (83,191,58). Sum of RGB (Red+Green+Blue) = 83+191+58=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BF3A is #AC40C5. Grayscale: #8F8F8F. Windows color (decimal): -11288774 or 3850067. OLE color: 3850067.
HSL color Cylindrical-coordinate representation of color #53BF3A: hue angle of 108.72º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53BF3A is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 58 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.25 |
| HSL | 108.72º | 0.53% | 0.49% | - |
| HSV(B) | 108.72º | 0.7% | 0.75% | - |
| XYZ | 22.96 | 39.41 | 10.4 | - |
| YUV | 143.55 | 79.72 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 58 | 0.57 | 0 | 0.70 | 0.25 | 108.72 | 0.53 | 0.49 |
| Hex | 53 | BF | 3A | 39 | 0 | 46 | 19 | 6D | 35 | 31 |
| Octal | 123 | 277 | 72 | 71 | 0 | 106 | 31 | 155 | 65 | 61 |
| Binary | 1010011 | 10111111 | 111010 | 111001 | 0 | 1000110 | 11001 | 1101101 | 110101 | 110001 |
Color Harmonies of #53BF3A
Complementary color
Monochromatic Colors of #53BF3A
Black with #53BF3A
Text Example
Text Example
White with #53BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BF3A; }
p { color: rgb(83,191,58); }
H1.HeaderClassName
{
color: #53BF3A;
}
.AnyTagClassName
{
color: #53BF3A;
}
</style>
background-color css
<style>
a { background-color: #53BF3A; }
a { background-color: rgb(83,191,58); }
div.DivClassName
{
background-color: #53BF3A;
}
.BgClassName
{
background-color: #53BF3A;
}
</style>
border-color css
<style>
span { border-color: #53BF3A; }
span { border-color: rgb(83,191,58); }
td.TdClassName
{
border-color: #53BF3A;
}
.TagClassName
{
border-color: #53BF3A;
}
</style>