Shades of Apple #55C252
Tints of Apple #55C252
RGB
CMYK
RGB Variations
Color information
#55C252 (or 0x55C252) is known color: Apple. HEX triplet: 55, C2 and 52. RGB value is (85,194,82). Sum of RGB (Red+Green+Blue) = 85+194+82=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #55C252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C252 is #AA3DAD. Grayscale: #949494. Windows color (decimal): -11156910 or 5423701. OLE color: 5423701.
HSL color Cylindrical-coordinate representation of color #55C252: hue angle of 118.39º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C252 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 82 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.24 |
| HSL | 118.39º | 0.48% | 0.54% | - |
| HSV(B) | 118.39º | 0.58% | 0.76% | - |
| XYZ | 24.56 | 41.12 | 14.63 | - |
| YUV | 148.64 | 90.39 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 82 | 0.56 | 0 | 0.58 | 0.24 | 118.39 | 0.48 | 0.54 |
| Hex | 55 | C2 | 52 | 38 | 0 | 3A | 18 | 76 | 30 | 36 |
| Octal | 125 | 302 | 122 | 70 | 0 | 72 | 30 | 166 | 60 | 66 |
| Binary | 1010101 | 11000010 | 1010010 | 111000 | 0 | 111010 | 11000 | 1110110 | 110000 | 110110 |
Color Harmonies of #55C252
Complementary color
Monochromatic Colors of #55C252
Black with #55C252
Text Example
Text Example
White with #55C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C252; }
p { color: rgb(85,194,82); }
H1.HeaderClassName
{
color: #55C252;
}
.AnyTagClassName
{
color: #55C252;
}
</style>
background-color css
<style>
a { background-color: #55C252; }
a { background-color: rgb(85,194,82); }
div.DivClassName
{
background-color: #55C252;
}
.BgClassName
{
background-color: #55C252;
}
</style>
border-color css
<style>
span { border-color: #55C252; }
span { border-color: rgb(85,194,82); }
td.TdClassName
{
border-color: #55C252;
}
.TagClassName
{
border-color: #55C252;
}
</style>