Shades of Apple #66D651
Tints of Apple #66D651
RGB
CMYK
RGB Variations
Color information
#66D651 (or 0x66D651) is known color: Apple. HEX triplet: 66, D6 and 51. RGB value is (102,214,81). Sum of RGB (Red+Green+Blue) = 102+214+81=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #66D651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D651 is #9929AE. Grayscale: #A5A5A5. Windows color (decimal): -10037679 or 5363302. OLE color: 5363302.
HSL color Cylindrical-coordinate representation of color #66D651: hue angle of 110.53º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66D651 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 81 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.16 |
| HSL | 110.53º | 0.62% | 0.58% | - |
| HSV(B) | 110.53º | 0.62% | 0.84% | - |
| XYZ | 31.01 | 51.51 | 16.09 | - |
| YUV | 165.35 | 80.39 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 81 | 0.52 | 0 | 0.62 | 0.16 | 110.53 | 0.62 | 0.58 |
| Hex | 66 | D6 | 51 | 34 | 0 | 3E | 10 | 6F | 3E | 3A |
| Octal | 146 | 326 | 121 | 64 | 0 | 76 | 20 | 157 | 76 | 72 |
| Binary | 1100110 | 11010110 | 1010001 | 110100 | 0 | 111110 | 10000 | 1101111 | 111110 | 111010 |
Color Harmonies of #66D651
Complementary color
Monochromatic Colors of #66D651
Black with #66D651
Text Example
Text Example
White with #66D651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D651; }
p { color: rgb(102,214,81); }
H1.HeaderClassName
{
color: #66D651;
}
.AnyTagClassName
{
color: #66D651;
}
</style>
background-color css
<style>
a { background-color: #66D651; }
a { background-color: rgb(102,214,81); }
div.DivClassName
{
background-color: #66D651;
}
.BgClassName
{
background-color: #66D651;
}
</style>
border-color css
<style>
span { border-color: #66D651; }
span { border-color: rgb(102,214,81); }
td.TdClassName
{
border-color: #66D651;
}
.TagClassName
{
border-color: #66D651;
}
</style>