Shades of Apple #66C553
Tints of Apple #66C553
RGB
CMYK
RGB Variations
Color information
#66C553 (or 0x66C553) is known color: Apple. HEX triplet: 66, C5 and 53. RGB value is (102,197,83). Sum of RGB (Red+Green+Blue) = 102+197+83=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #66C553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C553 is #993AAC. Grayscale: #9B9B9B. Windows color (decimal): -10042029 or 5490022. OLE color: 5490022.
HSL color Cylindrical-coordinate representation of color #66C553: hue angle of 110º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66C553 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 197 | 83 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.23 |
| HSL | 110º | 0.5% | 0.55% | - |
| HSV(B) | 110º | 0.58% | 0.77% | - |
| XYZ | 27.01 | 43.38 | 15.13 | - |
| YUV | 155.6 | 87.03 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 197 | 83 | 0.48 | 0 | 0.58 | 0.23 | 110 | 0.5 | 0.55 |
| Hex | 66 | C5 | 53 | 30 | 0 | 3A | 17 | 6E | 32 | 37 |
| Octal | 146 | 305 | 123 | 60 | 0 | 72 | 27 | 156 | 62 | 67 |
| Binary | 1100110 | 11000101 | 1010011 | 110000 | 0 | 111010 | 10111 | 1101110 | 110010 | 110111 |
Color Harmonies of #66C553
Complementary color
Monochromatic Colors of #66C553
Black with #66C553
Text Example
Text Example
White with #66C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C553; }
p { color: rgb(102,197,83); }
H1.HeaderClassName
{
color: #66C553;
}
.AnyTagClassName
{
color: #66C553;
}
</style>
background-color css
<style>
a { background-color: #66C553; }
a { background-color: rgb(102,197,83); }
div.DivClassName
{
background-color: #66C553;
}
.BgClassName
{
background-color: #66C553;
}
</style>
border-color css
<style>
span { border-color: #66C553; }
span { border-color: rgb(102,197,83); }
td.TdClassName
{
border-color: #66C553;
}
.TagClassName
{
border-color: #66C553;
}
</style>