Shades of Apple #66DC44
Tints of Apple #66DC44
RGB
CMYK
RGB Variations
Color information
#66DC44 (or 0x66DC44) is known color: Apple. HEX triplet: 66, DC and 44. RGB value is (102,220,68). Sum of RGB (Red+Green+Blue) = 102+220+68=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DC44 is #9923BB. Grayscale: #A7A7A7. Windows color (decimal): -10036156 or 4512870. OLE color: 4512870.
HSL color Cylindrical-coordinate representation of color #66DC44: hue angle of 106.58º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66DC44 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 68 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.14 |
| HSL | 106.58º | 0.68% | 0.56% | - |
| HSV(B) | 106.58º | 0.69% | 0.86% | - |
| XYZ | 32.12 | 54.43 | 14.28 | - |
| YUV | 167.39 | 71.91 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 68 | 0.54 | 0 | 0.69 | 0.14 | 106.58 | 0.68 | 0.56 |
| Hex | 66 | DC | 44 | 36 | 0 | 45 | E | 6B | 44 | 38 |
| Octal | 146 | 334 | 104 | 66 | 0 | 105 | 16 | 153 | 104 | 70 |
| Binary | 1100110 | 11011100 | 1000100 | 110110 | 0 | 1000101 | 1110 | 1101011 | 1000100 | 111000 |
Color Harmonies of #66DC44
Complementary color
Monochromatic Colors of #66DC44
Black with #66DC44
Text Example
Text Example
White with #66DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC44; }
p { color: rgb(102,220,68); }
H1.HeaderClassName
{
color: #66DC44;
}
.AnyTagClassName
{
color: #66DC44;
}
</style>
background-color css
<style>
a { background-color: #66DC44; }
a { background-color: rgb(102,220,68); }
div.DivClassName
{
background-color: #66DC44;
}
.BgClassName
{
background-color: #66DC44;
}
</style>
border-color css
<style>
span { border-color: #66DC44; }
span { border-color: rgb(102,220,68); }
td.TdClassName
{
border-color: #66DC44;
}
.TagClassName
{
border-color: #66DC44;
}
</style>