Shades of Apple #66C543
Tints of Apple #66C543
RGB
CMYK
RGB Variations
Color information
#66C543 (or 0x66C543) is known color: Apple. HEX triplet: 66, C5 and 43. RGB value is (102,197,67). Sum of RGB (Red+Green+Blue) = 102+197+67=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #66C543 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C543 is #993ABC. Grayscale: #9A9A9A. Windows color (decimal): -10042045 or 4441446. OLE color: 4441446.
HSL color Cylindrical-coordinate representation of color #66C543: hue angle of 103.85º 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 #66C543 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 197 | 67 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.23 |
| HSL | 103.85º | 0.53% | 0.52% | - |
| HSV(B) | 103.85º | 0.66% | 0.77% | - |
| XYZ | 26.46 | 43.16 | 12.25 | - |
| YUV | 153.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 197 | 67 | 0.48 | 0 | 0.66 | 0.23 | 103.85 | 0.53 | 0.52 |
| Hex | 66 | C5 | 43 | 30 | 0 | 42 | 17 | 68 | 35 | 34 |
| Octal | 146 | 305 | 103 | 60 | 0 | 102 | 27 | 150 | 65 | 64 |
| Binary | 1100110 | 11000101 | 1000011 | 110000 | 0 | 1000010 | 10111 | 1101000 | 110101 | 110100 |
Color Harmonies of #66C543
Complementary color
Monochromatic Colors of #66C543
Black with #66C543
Text Example
Text Example
White with #66C543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C543; }
p { color: rgb(102,197,67); }
H1.HeaderClassName
{
color: #66C543;
}
.AnyTagClassName
{
color: #66C543;
}
</style>
background-color css
<style>
a { background-color: #66C543; }
a { background-color: rgb(102,197,67); }
div.DivClassName
{
background-color: #66C543;
}
.BgClassName
{
background-color: #66C543;
}
</style>
border-color css
<style>
span { border-color: #66C543; }
span { border-color: rgb(102,197,67); }
td.TdClassName
{
border-color: #66C543;
}
.TagClassName
{
border-color: #66C543;
}
</style>