Shades of Apple #66DC2F
Tints of Apple #66DC2F
RGB
CMYK
RGB Variations
Color information
#66DC2F (or 0x66DC2F) is known color: Apple. HEX triplet: 66, DC and 2F. RGB value is (102,220,47). Sum of RGB (Red+Green+Blue) = 102+220+47=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DC2F is #9923D0. Grayscale: #A5A5A5. Windows color (decimal): -10036177 or 3136614. OLE color: 3136614.
HSL color Cylindrical-coordinate representation of color #66DC2F: hue angle of 100.92º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66DC2F is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 47 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.14 |
| HSL | 100.92º | 0.71% | 0.52% | - |
| HSV(B) | 100.92º | 0.79% | 0.86% | - |
| XYZ | 31.59 | 54.22 | 11.49 | - |
| YUV | 165 | 61.41 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 47 | 0.54 | 0 | 0.79 | 0.14 | 100.92 | 0.71 | 0.52 |
| Hex | 66 | DC | 2F | 36 | 0 | 4F | E | 65 | 47 | 34 |
| Octal | 146 | 334 | 57 | 66 | 0 | 117 | 16 | 145 | 107 | 64 |
| Binary | 1100110 | 11011100 | 101111 | 110110 | 0 | 1001111 | 1110 | 1100101 | 1000111 | 110100 |
Color Harmonies of #66DC2F
Complementary color
Monochromatic Colors of #66DC2F
Black with #66DC2F
Text Example
Text Example
White with #66DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC2F; }
p { color: rgb(102,220,47); }
H1.HeaderClassName
{
color: #66DC2F;
}
.AnyTagClassName
{
color: #66DC2F;
}
</style>
background-color css
<style>
a { background-color: #66DC2F; }
a { background-color: rgb(102,220,47); }
div.DivClassName
{
background-color: #66DC2F;
}
.BgClassName
{
background-color: #66DC2F;
}
</style>
border-color css
<style>
span { border-color: #66DC2F; }
span { border-color: rgb(102,220,47); }
td.TdClassName
{
border-color: #66DC2F;
}
.TagClassName
{
border-color: #66DC2F;
}
</style>