Shades of Apple #53C94B
Tints of Apple #53C94B
RGB
CMYK
RGB Variations
Color information
#53C94B (or 0x53C94B) is known color: Apple. HEX triplet: 53, C9 and 4B. RGB value is (83,201,75). Sum of RGB (Red+Green+Blue) = 83+201+75=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #53C94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C94B is #AC36B4. Grayscale: #979797. Windows color (decimal): -11286197 or 4966739. OLE color: 4966739.
HSL color Cylindrical-coordinate representation of color #53C94B: hue angle of 116.19º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53C94B is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 75 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.21 |
| HSL | 116.19º | 0.54% | 0.54% | - |
| HSV(B) | 116.19º | 0.63% | 0.79% | - |
| XYZ | 25.72 | 44.12 | 13.82 | - |
| YUV | 151.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 75 | 0.59 | 0 | 0.63 | 0.21 | 116.19 | 0.54 | 0.54 |
| Hex | 53 | C9 | 4B | 3B | 0 | 3F | 15 | 74 | 36 | 36 |
| Octal | 123 | 311 | 113 | 73 | 0 | 77 | 25 | 164 | 66 | 66 |
| Binary | 1010011 | 11001001 | 1001011 | 111011 | 0 | 111111 | 10101 | 1110100 | 110110 | 110110 |
Color Harmonies of #53C94B
Complementary color
Monochromatic Colors of #53C94B
Black with #53C94B
Text Example
Text Example
White with #53C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C94B; }
p { color: rgb(83,201,75); }
H1.HeaderClassName
{
color: #53C94B;
}
.AnyTagClassName
{
color: #53C94B;
}
</style>
background-color css
<style>
a { background-color: #53C94B; }
a { background-color: rgb(83,201,75); }
div.DivClassName
{
background-color: #53C94B;
}
.BgClassName
{
background-color: #53C94B;
}
</style>
border-color css
<style>
span { border-color: #53C94B; }
span { border-color: rgb(83,201,75); }
td.TdClassName
{
border-color: #53C94B;
}
.TagClassName
{
border-color: #53C94B;
}
</style>