Shades of Apple #53C83F
Tints of Apple #53C83F
RGB
CMYK
RGB Variations
Color information
#53C83F (or 0x53C83F) is known color: Apple. HEX triplet: 53, C8 and 3F. RGB value is (83,200,63). Sum of RGB (Red+Green+Blue) = 83+200+63=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #53C83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C83F is #AC37C0. Grayscale: #959595. Windows color (decimal): -11286465 or 4180051. OLE color: 4180051.
HSL color Cylindrical-coordinate representation of color #53C83F: hue angle of 111.24º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53C83F is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 63 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.22 |
| HSL | 111.24º | 0.55% | 0.52% | - |
| HSV(B) | 111.24º | 0.69% | 0.78% | - |
| XYZ | 25.12 | 43.51 | 11.78 | - |
| YUV | 149.4 | 79.24 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 63 | 0.58 | 0 | 0.68 | 0.22 | 111.24 | 0.55 | 0.52 |
| Hex | 53 | C8 | 3F | 3A | 0 | 44 | 16 | 6F | 37 | 34 |
| Octal | 123 | 310 | 77 | 72 | 0 | 104 | 26 | 157 | 67 | 64 |
| Binary | 1010011 | 11001000 | 111111 | 111010 | 0 | 1000100 | 10110 | 1101111 | 110111 | 110100 |
Color Harmonies of #53C83F
Complementary color
Monochromatic Colors of #53C83F
Black with #53C83F
Text Example
Text Example
White with #53C83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C83F; }
p { color: rgb(83,200,63); }
H1.HeaderClassName
{
color: #53C83F;
}
.AnyTagClassName
{
color: #53C83F;
}
</style>
background-color css
<style>
a { background-color: #53C83F; }
a { background-color: rgb(83,200,63); }
div.DivClassName
{
background-color: #53C83F;
}
.BgClassName
{
background-color: #53C83F;
}
</style>
border-color css
<style>
span { border-color: #53C83F; }
span { border-color: rgb(83,200,63); }
td.TdClassName
{
border-color: #53C83F;
}
.TagClassName
{
border-color: #53C83F;
}
</style>