Shades of Apple #53C038
Tints of Apple #53C038
RGB
CMYK
RGB Variations
Color information
#53C038 (or 0x53C038) is known color: Apple. HEX triplet: 53, C0 and 38. RGB value is (83,192,56). Sum of RGB (Red+Green+Blue) = 83+192+56=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #53C038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C038 is #AC3FC7. Grayscale: #909090. Windows color (decimal): -11288520 or 3719251. OLE color: 3719251.
HSL color Cylindrical-coordinate representation of color #53C038: hue angle of 108.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53C038 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 56 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.25 |
| HSL | 108.09º | 0.55% | 0.49% | - |
| HSV(B) | 108.09º | 0.71% | 0.75% | - |
| XYZ | 23.13 | 39.82 | 10.21 | - |
| YUV | 143.91 | 78.39 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 56 | 0.57 | 0 | 0.71 | 0.25 | 108.09 | 0.55 | 0.49 |
| Hex | 53 | C0 | 38 | 39 | 0 | 47 | 19 | 6C | 37 | 31 |
| Octal | 123 | 300 | 70 | 71 | 0 | 107 | 31 | 154 | 67 | 61 |
| Binary | 1010011 | 11000000 | 111000 | 111001 | 0 | 1000111 | 11001 | 1101100 | 110111 | 110001 |
Color Harmonies of #53C038
Complementary color
Monochromatic Colors of #53C038
Black with #53C038
Text Example
Text Example
White with #53C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C038; }
p { color: rgb(83,192,56); }
H1.HeaderClassName
{
color: #53C038;
}
.AnyTagClassName
{
color: #53C038;
}
</style>
background-color css
<style>
a { background-color: #53C038; }
a { background-color: rgb(83,192,56); }
div.DivClassName
{
background-color: #53C038;
}
.BgClassName
{
background-color: #53C038;
}
</style>
border-color css
<style>
span { border-color: #53C038; }
span { border-color: rgb(83,192,56); }
td.TdClassName
{
border-color: #53C038;
}
.TagClassName
{
border-color: #53C038;
}
</style>