Shades of Apple #66D634
Tints of Apple #66D634
RGB
CMYK
RGB Variations
Color information
#66D634 (or 0x66D634) is known color: Apple. HEX triplet: 66, D6 and 34. RGB value is (102,214,52). Sum of RGB (Red+Green+Blue) = 102+214+52=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #66D634 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D634 is #9929CB. Grayscale: #A2A2A2. Windows color (decimal): -10037708 or 3462758. OLE color: 3462758.
HSL color Cylindrical-coordinate representation of color #66D634: hue angle of 101.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66D634 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 52 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.16 |
| HSL | 101.48º | 0.66% | 0.52% | - |
| HSV(B) | 101.48º | 0.76% | 0.84% | - |
| XYZ | 30.15 | 51.17 | 11.54 | - |
| YUV | 162.04 | 65.89 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 52 | 0.52 | 0 | 0.76 | 0.16 | 101.48 | 0.66 | 0.52 |
| Hex | 66 | D6 | 34 | 34 | 0 | 4C | 10 | 65 | 42 | 34 |
| Octal | 146 | 326 | 64 | 64 | 0 | 114 | 20 | 145 | 102 | 64 |
| Binary | 1100110 | 11010110 | 110100 | 110100 | 0 | 1001100 | 10000 | 1100101 | 1000010 | 110100 |
Color Harmonies of #66D634
Complementary color
Monochromatic Colors of #66D634
Black with #66D634
Text Example
Text Example
White with #66D634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D634; }
p { color: rgb(102,214,52); }
H1.HeaderClassName
{
color: #66D634;
}
.AnyTagClassName
{
color: #66D634;
}
</style>
background-color css
<style>
a { background-color: #66D634; }
a { background-color: rgb(102,214,52); }
div.DivClassName
{
background-color: #66D634;
}
.BgClassName
{
background-color: #66D634;
}
</style>
border-color css
<style>
span { border-color: #66D634; }
span { border-color: rgb(102,214,52); }
td.TdClassName
{
border-color: #66D634;
}
.TagClassName
{
border-color: #66D634;
}
</style>