Shades of Apple #53B239
Tints of Apple #53B239
RGB
CMYK
RGB Variations
Color information
#53B239 (or 0x53B239) is known color: Apple. HEX triplet: 53, B2 and 39. RGB value is (83,178,57). Sum of RGB (Red+Green+Blue) = 83+178+57=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #53B239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B239 is #AC4DC6. Grayscale: #888888. Windows color (decimal): -11292103 or 3781203. OLE color: 3781203.
HSL color Cylindrical-coordinate representation of color #53B239: hue angle of 107.11º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53B239 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 178 | 57 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.30 |
| HSL | 107.11º | 0.51% | 0.46% | - |
| HSV(B) | 107.11º | 0.68% | 0.7% | - |
| XYZ | 20.23 | 33.98 | 9.36 | - |
| YUV | 135.8 | 83.53 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 57 | 0.53 | 0 | 0.68 | 0.30 | 107.11 | 0.51 | 0.46 |
| Hex | 53 | B2 | 39 | 35 | 0 | 44 | 1E | 6B | 33 | 2E |
| Octal | 123 | 262 | 71 | 65 | 0 | 104 | 36 | 153 | 63 | 56 |
| Binary | 1010011 | 10110010 | 111001 | 110101 | 0 | 1000100 | 11110 | 1101011 | 110011 | 101110 |
Color Harmonies of #53B239
Complementary color
Monochromatic Colors of #53B239
Black with #53B239
Text Example
Text Example
White with #53B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B239; }
p { color: rgb(83,178,57); }
H1.HeaderClassName
{
color: #53B239;
}
.AnyTagClassName
{
color: #53B239;
}
</style>
background-color css
<style>
a { background-color: #53B239; }
a { background-color: rgb(83,178,57); }
div.DivClassName
{
background-color: #53B239;
}
.BgClassName
{
background-color: #53B239;
}
</style>
border-color css
<style>
span { border-color: #53B239; }
span { border-color: rgb(83,178,57); }
td.TdClassName
{
border-color: #53B239;
}
.TagClassName
{
border-color: #53B239;
}
</style>