Shades of Apple #55C538
Tints of Apple #55C538
RGB
CMYK
RGB Variations
Color information
#55C538 (or 0x55C538) is known color: Apple. HEX triplet: 55, C5 and 38. RGB value is (85,197,56). Sum of RGB (Red+Green+Blue) = 85+197+56=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #55C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C538 is #AA3AC7. Grayscale: #939393. Windows color (decimal): -11156168 or 3720533. OLE color: 3720533.
HSL color Cylindrical-coordinate representation of color #55C538: hue angle of 107.66º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55C538 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 56 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.23 |
| HSL | 107.66º | 0.56% | 0.5% | - |
| HSV(B) | 107.66º | 0.72% | 0.77% | - |
| XYZ | 24.43 | 42.15 | 10.59 | - |
| YUV | 147.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 56 | 0.57 | 0 | 0.72 | 0.23 | 107.66 | 0.56 | 0.5 |
| Hex | 55 | C5 | 38 | 39 | 0 | 48 | 17 | 6C | 38 | 32 |
| Octal | 125 | 305 | 70 | 71 | 0 | 110 | 27 | 154 | 70 | 62 |
| Binary | 1010101 | 11000101 | 111000 | 111001 | 0 | 1001000 | 10111 | 1101100 | 111000 | 110010 |
Color Harmonies of #55C538
Complementary color
Monochromatic Colors of #55C538
Black with #55C538
Text Example
Text Example
White with #55C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C538; }
p { color: rgb(85,197,56); }
H1.HeaderClassName
{
color: #55C538;
}
.AnyTagClassName
{
color: #55C538;
}
</style>
background-color css
<style>
a { background-color: #55C538; }
a { background-color: rgb(85,197,56); }
div.DivClassName
{
background-color: #55C538;
}
.BgClassName
{
background-color: #55C538;
}
</style>
border-color css
<style>
span { border-color: #55C538; }
span { border-color: rgb(85,197,56); }
td.TdClassName
{
border-color: #55C538;
}
.TagClassName
{
border-color: #55C538;
}
</style>