Shades of Apple #66D54D
Tints of Apple #66D54D
RGB
CMYK
RGB Variations
Color information
#66D54D (or 0x66D54D) is known color: Apple. HEX triplet: 66, D5 and 4D. RGB value is (102,213,77). Sum of RGB (Red+Green+Blue) = 102+213+77=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #66D54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D54D is #992AB2. Grayscale: #A4A4A4. Windows color (decimal): -10037939 or 5100902. OLE color: 5100902.
HSL color Cylindrical-coordinate representation of color #66D54D: hue angle of 108.97º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66D54D is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 77 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.16 |
| HSL | 108.97º | 0.62% | 0.57% | - |
| HSV(B) | 108.97º | 0.64% | 0.84% | - |
| XYZ | 30.61 | 50.95 | 15.24 | - |
| YUV | 164.31 | 78.73 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 77 | 0.52 | 0 | 0.64 | 0.16 | 108.97 | 0.62 | 0.57 |
| Hex | 66 | D5 | 4D | 34 | 0 | 40 | 10 | 6D | 3E | 39 |
| Octal | 146 | 325 | 115 | 64 | 0 | 100 | 20 | 155 | 76 | 71 |
| Binary | 1100110 | 11010101 | 1001101 | 110100 | 0 | 1000000 | 10000 | 1101101 | 111110 | 111001 |
Color Harmonies of #66D54D
Complementary color
Monochromatic Colors of #66D54D
Black with #66D54D
Text Example
Text Example
White with #66D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D54D; }
p { color: rgb(102,213,77); }
H1.HeaderClassName
{
color: #66D54D;
}
.AnyTagClassName
{
color: #66D54D;
}
</style>
background-color css
<style>
a { background-color: #66D54D; }
a { background-color: rgb(102,213,77); }
div.DivClassName
{
background-color: #66D54D;
}
.BgClassName
{
background-color: #66D54D;
}
</style>
border-color css
<style>
span { border-color: #66D54D; }
span { border-color: rgb(102,213,77); }
td.TdClassName
{
border-color: #66D54D;
}
.TagClassName
{
border-color: #66D54D;
}
</style>