Shades of Apple #53BF43
Tints of Apple #53BF43
RGB
CMYK
RGB Variations
Color information
#53BF43 (or 0x53BF43) is known color: Apple. HEX triplet: 53, BF and 43. RGB value is (83,191,67). Sum of RGB (Red+Green+Blue) = 83+191+67=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BF43 is #AC40BC. Grayscale: #909090. Windows color (decimal): -11288765 or 4439891. OLE color: 4439891.
HSL color Cylindrical-coordinate representation of color #53BF43: hue angle of 112.26º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BF43 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 67 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.25 |
| HSL | 112.26º | 0.49% | 0.51% | - |
| HSV(B) | 112.26º | 0.65% | 0.75% | - |
| XYZ | 23.21 | 39.51 | 11.71 | - |
| YUV | 144.57 | 84.22 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 67 | 0.57 | 0 | 0.65 | 0.25 | 112.26 | 0.49 | 0.51 |
| Hex | 53 | BF | 43 | 39 | 0 | 41 | 19 | 70 | 31 | 33 |
| Octal | 123 | 277 | 103 | 71 | 0 | 101 | 31 | 160 | 61 | 63 |
| Binary | 1010011 | 10111111 | 1000011 | 111001 | 0 | 1000001 | 11001 | 1110000 | 110001 | 110011 |
Color Harmonies of #53BF43
Complementary color
Monochromatic Colors of #53BF43
Black with #53BF43
Text Example
Text Example
White with #53BF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BF43; }
p { color: rgb(83,191,67); }
H1.HeaderClassName
{
color: #53BF43;
}
.AnyTagClassName
{
color: #53BF43;
}
</style>
background-color css
<style>
a { background-color: #53BF43; }
a { background-color: rgb(83,191,67); }
div.DivClassName
{
background-color: #53BF43;
}
.BgClassName
{
background-color: #53BF43;
}
</style>
border-color css
<style>
span { border-color: #53BF43; }
span { border-color: rgb(83,191,67); }
td.TdClassName
{
border-color: #53BF43;
}
.TagClassName
{
border-color: #53BF43;
}
</style>