Shades of Apple #53BF44
Tints of Apple #53BF44
RGB
CMYK
RGB Variations
Color information
#53BF44 (or 0x53BF44) is known color: Apple. HEX triplet: 53, BF and 44. RGB value is (83,191,68). Sum of RGB (Red+Green+Blue) = 83+191+68=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BF44 is #AC40BB. Grayscale: #919191. Windows color (decimal): -11288764 or 4505427. OLE color: 4505427.
HSL color Cylindrical-coordinate representation of color #53BF44: hue angle of 112.68º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53BF44 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 68 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.25 |
| HSL | 112.68º | 0.49% | 0.51% | - |
| HSV(B) | 112.68º | 0.64% | 0.75% | - |
| XYZ | 23.24 | 39.52 | 11.87 | - |
| YUV | 144.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 68 | 0.57 | 0 | 0.64 | 0.25 | 112.68 | 0.49 | 0.51 |
| Hex | 53 | BF | 44 | 39 | 0 | 40 | 19 | 71 | 31 | 33 |
| Octal | 123 | 277 | 104 | 71 | 0 | 100 | 31 | 161 | 61 | 63 |
| Binary | 1010011 | 10111111 | 1000100 | 111001 | 0 | 1000000 | 11001 | 1110001 | 110001 | 110011 |
Color Harmonies of #53BF44
Complementary color
Monochromatic Colors of #53BF44
Black with #53BF44
Text Example
Text Example
White with #53BF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BF44; }
p { color: rgb(83,191,68); }
H1.HeaderClassName
{
color: #53BF44;
}
.AnyTagClassName
{
color: #53BF44;
}
</style>
background-color css
<style>
a { background-color: #53BF44; }
a { background-color: rgb(83,191,68); }
div.DivClassName
{
background-color: #53BF44;
}
.BgClassName
{
background-color: #53BF44;
}
</style>
border-color css
<style>
span { border-color: #53BF44; }
span { border-color: rgb(83,191,68); }
td.TdClassName
{
border-color: #53BF44;
}
.TagClassName
{
border-color: #53BF44;
}
</style>