Shades of Apple #66DA4A
Tints of Apple #66DA4A
RGB
CMYK
RGB Variations
Color information
#66DA4A (or 0x66DA4A) is known color: Apple. HEX triplet: 66, DA and 4A. RGB value is (102,218,74). Sum of RGB (Red+Green+Blue) = 102+218+74=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DA4A is #9925B5. Grayscale: #A7A7A7. Windows color (decimal): -10036662 or 4905574. OLE color: 4905574.
HSL color Cylindrical-coordinate representation of color #66DA4A: hue angle of 108.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66DA4A is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 74 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.15 |
| HSL | 108.33º | 0.66% | 0.57% | - |
| HSV(B) | 108.33º | 0.66% | 0.85% | - |
| XYZ | 31.79 | 53.46 | 15.12 | - |
| YUV | 166.9 | 75.57 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 74 | 0.53 | 0 | 0.66 | 0.15 | 108.33 | 0.66 | 0.57 |
| Hex | 66 | DA | 4A | 35 | 0 | 42 | F | 6C | 42 | 39 |
| Octal | 146 | 332 | 112 | 65 | 0 | 102 | 17 | 154 | 102 | 71 |
| Binary | 1100110 | 11011010 | 1001010 | 110101 | 0 | 1000010 | 1111 | 1101100 | 1000010 | 111001 |
Color Harmonies of #66DA4A
Complementary color
Monochromatic Colors of #66DA4A
Black with #66DA4A
Text Example
Text Example
White with #66DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DA4A; }
p { color: rgb(102,218,74); }
H1.HeaderClassName
{
color: #66DA4A;
}
.AnyTagClassName
{
color: #66DA4A;
}
</style>
background-color css
<style>
a { background-color: #66DA4A; }
a { background-color: rgb(102,218,74); }
div.DivClassName
{
background-color: #66DA4A;
}
.BgClassName
{
background-color: #66DA4A;
}
</style>
border-color css
<style>
span { border-color: #66DA4A; }
span { border-color: rgb(102,218,74); }
td.TdClassName
{
border-color: #66DA4A;
}
.TagClassName
{
border-color: #66DA4A;
}
</style>