Shades of Apple #66D134
Tints of Apple #66D134
RGB
CMYK
RGB Variations
Color information
#66D134 (or 0x66D134) is known color: Apple. HEX triplet: 66, D1 and 34. RGB value is (102,209,52). Sum of RGB (Red+Green+Blue) = 102+209+52=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #66D134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D134 is #992ECB. Grayscale: #9F9F9F. Windows color (decimal): -10038988 or 3461478. OLE color: 3461478.
HSL color Cylindrical-coordinate representation of color #66D134: hue angle of 100.89º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66D134 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 52 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.18 |
| HSL | 100.89º | 0.63% | 0.51% | - |
| HSV(B) | 100.89º | 0.75% | 0.82% | - |
| XYZ | 28.9 | 48.67 | 11.12 | - |
| YUV | 159.11 | 67.55 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 52 | 0.51 | 0 | 0.75 | 0.18 | 100.89 | 0.63 | 0.51 |
| Hex | 66 | D1 | 34 | 33 | 0 | 4B | 12 | 65 | 3F | 33 |
| Octal | 146 | 321 | 64 | 63 | 0 | 113 | 22 | 145 | 77 | 63 |
| Binary | 1100110 | 11010001 | 110100 | 110011 | 0 | 1001011 | 10010 | 1100101 | 111111 | 110011 |
Color Harmonies of #66D134
Complementary color
Monochromatic Colors of #66D134
Black with #66D134
Text Example
Text Example
White with #66D134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D134; }
p { color: rgb(102,209,52); }
H1.HeaderClassName
{
color: #66D134;
}
.AnyTagClassName
{
color: #66D134;
}
</style>
background-color css
<style>
a { background-color: #66D134; }
a { background-color: rgb(102,209,52); }
div.DivClassName
{
background-color: #66D134;
}
.BgClassName
{
background-color: #66D134;
}
</style>
border-color css
<style>
span { border-color: #66D134; }
span { border-color: rgb(102,209,52); }
td.TdClassName
{
border-color: #66D134;
}
.TagClassName
{
border-color: #66D134;
}
</style>