Shades of Apple #66C647
Tints of Apple #66C647
RGB
CMYK
RGB Variations
Color information
#66C647 (or 0x66C647) is known color: Apple. HEX triplet: 66, C6 and 47. RGB value is (102,198,71). Sum of RGB (Red+Green+Blue) = 102+198+71=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #66C647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C647 is #9939B8. Grayscale: #9B9B9B. Windows color (decimal): -10041785 or 4703846. OLE color: 4703846.
HSL color Cylindrical-coordinate representation of color #66C647: hue angle of 105.35º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66C647 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 198 | 71 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.22 |
| HSL | 105.35º | 0.53% | 0.53% | - |
| HSV(B) | 105.35º | 0.64% | 0.78% | - |
| XYZ | 26.81 | 43.67 | 12.98 | - |
| YUV | 154.82 | 80.7 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 198 | 71 | 0.48 | 0 | 0.64 | 0.22 | 105.35 | 0.53 | 0.53 |
| Hex | 66 | C6 | 47 | 30 | 0 | 40 | 16 | 69 | 35 | 35 |
| Octal | 146 | 306 | 107 | 60 | 0 | 100 | 26 | 151 | 65 | 65 |
| Binary | 1100110 | 11000110 | 1000111 | 110000 | 0 | 1000000 | 10110 | 1101001 | 110101 | 110101 |
Color Harmonies of #66C647
Complementary color
Monochromatic Colors of #66C647
Black with #66C647
Text Example
Text Example
White with #66C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C647; }
p { color: rgb(102,198,71); }
H1.HeaderClassName
{
color: #66C647;
}
.AnyTagClassName
{
color: #66C647;
}
</style>
background-color css
<style>
a { background-color: #66C647; }
a { background-color: rgb(102,198,71); }
div.DivClassName
{
background-color: #66C647;
}
.BgClassName
{
background-color: #66C647;
}
</style>
border-color css
<style>
span { border-color: #66C647; }
span { border-color: rgb(102,198,71); }
td.TdClassName
{
border-color: #66C647;
}
.TagClassName
{
border-color: #66C647;
}
</style>