Shades of Apple #66D040
Tints of Apple #66D040
RGB
CMYK
RGB Variations
Color information
#66D040 (or 0x66D040) is known color: Apple. HEX triplet: 66, D0 and 40. RGB value is (102,208,64). Sum of RGB (Red+Green+Blue) = 102+208+64=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #66D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D040 is #992FBF. Grayscale: #A0A0A0. Windows color (decimal): -10039232 or 4247654. OLE color: 4247654.
HSL color Cylindrical-coordinate representation of color #66D040: hue angle of 104.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66D040 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 64 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.18 |
| HSL | 104.17º | 0.61% | 0.53% | - |
| HSV(B) | 104.17º | 0.69% | 0.82% | - |
| XYZ | 28.96 | 48.31 | 12.65 | - |
| YUV | 159.89 | 73.88 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 64 | 0.51 | 0 | 0.69 | 0.18 | 104.17 | 0.61 | 0.53 |
| Hex | 66 | D0 | 40 | 33 | 0 | 45 | 12 | 68 | 3D | 35 |
| Octal | 146 | 320 | 100 | 63 | 0 | 105 | 22 | 150 | 75 | 65 |
| Binary | 1100110 | 11010000 | 1000000 | 110011 | 0 | 1000101 | 10010 | 1101000 | 111101 | 110101 |
Color Harmonies of #66D040
Complementary color
Monochromatic Colors of #66D040
Black with #66D040
Text Example
Text Example
White with #66D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D040; }
p { color: rgb(102,208,64); }
H1.HeaderClassName
{
color: #66D040;
}
.AnyTagClassName
{
color: #66D040;
}
</style>
background-color css
<style>
a { background-color: #66D040; }
a { background-color: rgb(102,208,64); }
div.DivClassName
{
background-color: #66D040;
}
.BgClassName
{
background-color: #66D040;
}
</style>
border-color css
<style>
span { border-color: #66D040; }
span { border-color: rgb(102,208,64); }
td.TdClassName
{
border-color: #66D040;
}
.TagClassName
{
border-color: #66D040;
}
</style>