Shades of Apple #53CF42
Tints of Apple #53CF42
RGB
CMYK
RGB Variations
Color information
#53CF42 (or 0x53CF42) is known color: Apple. HEX triplet: 53, CF and 42. RGB value is (83,207,66). Sum of RGB (Red+Green+Blue) = 83+207+66=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CF42 is #AC30BD. Grayscale: #9A9A9A. Windows color (decimal): -11284670 or 4378451. OLE color: 4378451.
HSL color Cylindrical-coordinate representation of color #53CF42: hue angle of 112.77º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53CF42 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 66 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.19 |
| HSL | 112.77º | 0.59% | 0.54% | - |
| HSV(B) | 112.77º | 0.68% | 0.81% | - |
| XYZ | 26.86 | 46.86 | 12.78 | - |
| YUV | 153.85 | 78.42 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 66 | 0.60 | 0 | 0.68 | 0.19 | 112.77 | 0.59 | 0.54 |
| Hex | 53 | CF | 42 | 3C | 0 | 44 | 13 | 71 | 3B | 36 |
| Octal | 123 | 317 | 102 | 74 | 0 | 104 | 23 | 161 | 73 | 66 |
| Binary | 1010011 | 11001111 | 1000010 | 111100 | 0 | 1000100 | 10011 | 1110001 | 111011 | 110110 |
Color Harmonies of #53CF42
Complementary color
Monochromatic Colors of #53CF42
Black with #53CF42
Text Example
Text Example
White with #53CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF42; }
p { color: rgb(83,207,66); }
H1.HeaderClassName
{
color: #53CF42;
}
.AnyTagClassName
{
color: #53CF42;
}
</style>
background-color css
<style>
a { background-color: #53CF42; }
a { background-color: rgb(83,207,66); }
div.DivClassName
{
background-color: #53CF42;
}
.BgClassName
{
background-color: #53CF42;
}
</style>
border-color css
<style>
span { border-color: #53CF42; }
span { border-color: rgb(83,207,66); }
td.TdClassName
{
border-color: #53CF42;
}
.TagClassName
{
border-color: #53CF42;
}
</style>