Shades of Apple #55C73C
Tints of Apple #55C73C
RGB
CMYK
RGB Variations
Color information
#55C73C (or 0x55C73C) is known color: Apple. HEX triplet: 55, C7 and 3C. RGB value is (85,199,60). Sum of RGB (Red+Green+Blue) = 85+199+60=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 199 (78.12% from 255 or 57.85% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 199 - color contains mainly: green. Hex color #55C73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C73C is #AA38C3. Grayscale: #959595. Windows color (decimal): -11155652 or 3983189. OLE color: 3983189.
HSL color Cylindrical-coordinate representation of color #55C73C: hue angle of 109.21º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55C73C is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 60 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.22 |
| HSL | 109.21º | 0.55% | 0.51% | - |
| HSV(B) | 109.21º | 0.7% | 0.78% | - |
| XYZ | 24.99 | 43.1 | 11.28 | - |
| YUV | 149.07 | 77.73 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 60 | 0.57 | 0 | 0.70 | 0.22 | 109.21 | 0.55 | 0.51 |
| Hex | 55 | C7 | 3C | 39 | 0 | 46 | 16 | 6D | 37 | 33 |
| Octal | 125 | 307 | 74 | 71 | 0 | 106 | 26 | 155 | 67 | 63 |
| Binary | 1010101 | 11000111 | 111100 | 111001 | 0 | 1000110 | 10110 | 1101101 | 110111 | 110011 |
Color Harmonies of #55C73C
Complementary color
Monochromatic Colors of #55C73C
Black with #55C73C
Text Example
Text Example
White with #55C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C73C; }
p { color: rgb(85,199,60); }
H1.HeaderClassName
{
color: #55C73C;
}
.AnyTagClassName
{
color: #55C73C;
}
</style>
background-color css
<style>
a { background-color: #55C73C; }
a { background-color: rgb(85,199,60); }
div.DivClassName
{
background-color: #55C73C;
}
.BgClassName
{
background-color: #55C73C;
}
</style>
border-color css
<style>
span { border-color: #55C73C; }
span { border-color: rgb(85,199,60); }
td.TdClassName
{
border-color: #55C73C;
}
.TagClassName
{
border-color: #55C73C;
}
</style>