Shades of Apple #53CA38
Tints of Apple #53CA38
RGB
CMYK
RGB Variations
Color information
#53CA38 (or 0x53CA38) is known color: Apple. HEX triplet: 53, CA and 38. RGB value is (83,202,56). Sum of RGB (Red+Green+Blue) = 83+202+56=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CA38 is #AC35C7. Grayscale: #969696. Windows color (decimal): -11285960 or 3721811. OLE color: 3721811.
HSL color Cylindrical-coordinate representation of color #53CA38: hue angle of 108.9º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53CA38 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 56 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.21 |
| HSL | 108.9º | 0.58% | 0.51% | - |
| HSV(B) | 108.9º | 0.72% | 0.79% | - |
| XYZ | 25.4 | 44.37 | 10.97 | - |
| YUV | 149.78 | 75.08 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 56 | 0.59 | 0 | 0.72 | 0.21 | 108.9 | 0.58 | 0.51 |
| Hex | 53 | CA | 38 | 3B | 0 | 48 | 15 | 6D | 3A | 33 |
| Octal | 123 | 312 | 70 | 73 | 0 | 110 | 25 | 155 | 72 | 63 |
| Binary | 1010011 | 11001010 | 111000 | 111011 | 0 | 1001000 | 10101 | 1101101 | 111010 | 110011 |
Color Harmonies of #53CA38
Complementary color
Monochromatic Colors of #53CA38
Black with #53CA38
Text Example
Text Example
White with #53CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA38; }
p { color: rgb(83,202,56); }
H1.HeaderClassName
{
color: #53CA38;
}
.AnyTagClassName
{
color: #53CA38;
}
</style>
background-color css
<style>
a { background-color: #53CA38; }
a { background-color: rgb(83,202,56); }
div.DivClassName
{
background-color: #53CA38;
}
.BgClassName
{
background-color: #53CA38;
}
</style>
border-color css
<style>
span { border-color: #53CA38; }
span { border-color: rgb(83,202,56); }
td.TdClassName
{
border-color: #53CA38;
}
.TagClassName
{
border-color: #53CA38;
}
</style>