Shades of Apple #55CF37
Tints of Apple #55CF37
RGB
CMYK
RGB Variations
Color information
#55CF37 (or 0x55CF37) is known color: Apple. HEX triplet: 55, CF and 37. RGB value is (85,207,55). Sum of RGB (Red+Green+Blue) = 85+207+55=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF37 is #AA30C8. Grayscale: #999999. Windows color (decimal): -11153609 or 3657557. OLE color: 3657557.
HSL color Cylindrical-coordinate representation of color #55CF37: hue angle of 108.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55CF37 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 55 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.19 |
| HSL | 108.16º | 0.61% | 0.51% | - |
| HSV(B) | 108.16º | 0.73% | 0.81% | - |
| XYZ | 26.75 | 46.83 | 11.24 | - |
| YUV | 153.19 | 72.58 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 55 | 0.59 | 0 | 0.73 | 0.19 | 108.16 | 0.61 | 0.51 |
| Hex | 55 | CF | 37 | 3B | 0 | 49 | 13 | 6C | 3D | 33 |
| Octal | 125 | 317 | 67 | 73 | 0 | 111 | 23 | 154 | 75 | 63 |
| Binary | 1010101 | 11001111 | 110111 | 111011 | 0 | 1001001 | 10011 | 1101100 | 111101 | 110011 |
Color Harmonies of #55CF37
Complementary color
Monochromatic Colors of #55CF37
Black with #55CF37
Text Example
Text Example
White with #55CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF37; }
p { color: rgb(85,207,55); }
H1.HeaderClassName
{
color: #55CF37;
}
.AnyTagClassName
{
color: #55CF37;
}
</style>
background-color css
<style>
a { background-color: #55CF37; }
a { background-color: rgb(85,207,55); }
div.DivClassName
{
background-color: #55CF37;
}
.BgClassName
{
background-color: #55CF37;
}
</style>
border-color css
<style>
span { border-color: #55CF37; }
span { border-color: rgb(85,207,55); }
td.TdClassName
{
border-color: #55CF37;
}
.TagClassName
{
border-color: #55CF37;
}
</style>