Shades of Apple #53BF40
Tints of Apple #53BF40
RGB
CMYK
RGB Variations
Color information
#53BF40 (or 0x53BF40) is known color: Apple. HEX triplet: 53, BF and 40. RGB value is (83,191,64). Sum of RGB (Red+Green+Blue) = 83+191+64=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BF40 is #AC40BF. Grayscale: #909090. Windows color (decimal): -11288768 or 4243283. OLE color: 4243283.
HSL color Cylindrical-coordinate representation of color #53BF40: hue angle of 111.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BF40 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 64 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.25 |
| HSL | 111.02º | 0.5% | 0.5% | - |
| HSV(B) | 111.02º | 0.66% | 0.75% | - |
| XYZ | 23.12 | 39.47 | 11.25 | - |
| YUV | 144.23 | 82.72 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 64 | 0.57 | 0 | 0.66 | 0.25 | 111.02 | 0.5 | 0.5 |
| Hex | 53 | BF | 40 | 39 | 0 | 42 | 19 | 6F | 32 | 32 |
| Octal | 123 | 277 | 100 | 71 | 0 | 102 | 31 | 157 | 62 | 62 |
| Binary | 1010011 | 10111111 | 1000000 | 111001 | 0 | 1000010 | 11001 | 1101111 | 110010 | 110010 |
Color Harmonies of #53BF40
Complementary color
Monochromatic Colors of #53BF40
Black with #53BF40
Text Example
Text Example
White with #53BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BF40; }
p { color: rgb(83,191,64); }
H1.HeaderClassName
{
color: #53BF40;
}
.AnyTagClassName
{
color: #53BF40;
}
</style>
background-color css
<style>
a { background-color: #53BF40; }
a { background-color: rgb(83,191,64); }
div.DivClassName
{
background-color: #53BF40;
}
.BgClassName
{
background-color: #53BF40;
}
</style>
border-color css
<style>
span { border-color: #53BF40; }
span { border-color: rgb(83,191,64); }
td.TdClassName
{
border-color: #53BF40;
}
.TagClassName
{
border-color: #53BF40;
}
</style>