Shades of Apple #66C542
Tints of Apple #66C542
RGB
CMYK
RGB Variations
Color information
#66C542 (or 0x66C542) is known color: Apple. HEX triplet: 66, C5 and 42. RGB value is (102,197,66). Sum of RGB (Red+Green+Blue) = 102+197+66=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #66C542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C542 is #993ABD. Grayscale: #9A9A9A. Windows color (decimal): -10042046 or 4375910. OLE color: 4375910.
HSL color Cylindrical-coordinate representation of color #66C542: hue angle of 103.51º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66C542 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 197 | 66 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.23 |
| HSL | 103.51º | 0.53% | 0.52% | - |
| HSV(B) | 103.51º | 0.66% | 0.77% | - |
| XYZ | 26.43 | 43.15 | 12.09 | - |
| YUV | 153.66 | 78.53 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 197 | 66 | 0.48 | 0 | 0.66 | 0.23 | 103.51 | 0.53 | 0.52 |
| Hex | 66 | C5 | 42 | 30 | 0 | 42 | 17 | 68 | 35 | 34 |
| Octal | 146 | 305 | 102 | 60 | 0 | 102 | 27 | 150 | 65 | 64 |
| Binary | 1100110 | 11000101 | 1000010 | 110000 | 0 | 1000010 | 10111 | 1101000 | 110101 | 110100 |
Color Harmonies of #66C542
Complementary color
Monochromatic Colors of #66C542
Black with #66C542
Text Example
Text Example
White with #66C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C542; }
p { color: rgb(102,197,66); }
H1.HeaderClassName
{
color: #66C542;
}
.AnyTagClassName
{
color: #66C542;
}
</style>
background-color css
<style>
a { background-color: #66C542; }
a { background-color: rgb(102,197,66); }
div.DivClassName
{
background-color: #66C542;
}
.BgClassName
{
background-color: #66C542;
}
</style>
border-color css
<style>
span { border-color: #66C542; }
span { border-color: rgb(102,197,66); }
td.TdClassName
{
border-color: #66C542;
}
.TagClassName
{
border-color: #66C542;
}
</style>