Shades of Apple #66DC46
Tints of Apple #66DC46
RGB
CMYK
RGB Variations
Color information
#66DC46 (or 0x66DC46) is known color: Apple. HEX triplet: 66, DC and 46. RGB value is (102,220,70). Sum of RGB (Red+Green+Blue) = 102+220+70=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DC46 is #9923B9. Grayscale: #A8A8A8. Windows color (decimal): -10036154 or 4643942. OLE color: 4643942.
HSL color Cylindrical-coordinate representation of color #66DC46: hue angle of 107.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66DC46 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 70 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.14 |
| HSL | 107.2º | 0.68% | 0.57% | - |
| HSV(B) | 107.2º | 0.68% | 0.86% | - |
| XYZ | 32.18 | 54.45 | 14.61 | - |
| YUV | 167.62 | 72.91 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 70 | 0.54 | 0 | 0.68 | 0.14 | 107.2 | 0.68 | 0.57 |
| Hex | 66 | DC | 46 | 36 | 0 | 44 | E | 6B | 44 | 39 |
| Octal | 146 | 334 | 106 | 66 | 0 | 104 | 16 | 153 | 104 | 71 |
| Binary | 1100110 | 11011100 | 1000110 | 110110 | 0 | 1000100 | 1110 | 1101011 | 1000100 | 111001 |
Color Harmonies of #66DC46
Complementary color
Monochromatic Colors of #66DC46
Black with #66DC46
Text Example
Text Example
White with #66DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC46; }
p { color: rgb(102,220,70); }
H1.HeaderClassName
{
color: #66DC46;
}
.AnyTagClassName
{
color: #66DC46;
}
</style>
background-color css
<style>
a { background-color: #66DC46; }
a { background-color: rgb(102,220,70); }
div.DivClassName
{
background-color: #66DC46;
}
.BgClassName
{
background-color: #66DC46;
}
</style>
border-color css
<style>
span { border-color: #66DC46; }
span { border-color: rgb(102,220,70); }
td.TdClassName
{
border-color: #66DC46;
}
.TagClassName
{
border-color: #66DC46;
}
</style>