Shades of Apple #66D636
Tints of Apple #66D636
RGB
CMYK
RGB Variations
Color information
#66D636 (or 0x66D636) is known color: Apple. HEX triplet: 66, D6 and 36. RGB value is (102,214,54). Sum of RGB (Red+Green+Blue) = 102+214+54=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 214 (83.98% from 255 or 57.84% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 214 - color contains mainly: green. Hex color #66D636 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D636 is #9929C9. Grayscale: #A2A2A2. Windows color (decimal): -10037706 or 3593830. OLE color: 3593830.
HSL color Cylindrical-coordinate representation of color #66D636: hue angle of 102º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66D636 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 54 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.16 |
| HSL | 102º | 0.66% | 0.53% | - |
| HSV(B) | 102º | 0.75% | 0.84% | - |
| XYZ | 30.19 | 51.18 | 11.78 | - |
| YUV | 162.27 | 66.89 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 54 | 0.52 | 0 | 0.75 | 0.16 | 102 | 0.66 | 0.53 |
| Hex | 66 | D6 | 36 | 34 | 0 | 4B | 10 | 66 | 42 | 35 |
| Octal | 146 | 326 | 66 | 64 | 0 | 113 | 20 | 146 | 102 | 65 |
| Binary | 1100110 | 11010110 | 110110 | 110100 | 0 | 1001011 | 10000 | 1100110 | 1000010 | 110101 |
Color Harmonies of #66D636
Complementary color
Monochromatic Colors of #66D636
Black with #66D636
Text Example
Text Example
White with #66D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D636; }
p { color: rgb(102,214,54); }
H1.HeaderClassName
{
color: #66D636;
}
.AnyTagClassName
{
color: #66D636;
}
</style>
background-color css
<style>
a { background-color: #66D636; }
a { background-color: rgb(102,214,54); }
div.DivClassName
{
background-color: #66D636;
}
.BgClassName
{
background-color: #66D636;
}
</style>
border-color css
<style>
span { border-color: #66D636; }
span { border-color: rgb(102,214,54); }
td.TdClassName
{
border-color: #66D636;
}
.TagClassName
{
border-color: #66D636;
}
</style>