Shades of Apple #66D92F
Tints of Apple #66D92F
RGB
CMYK
RGB Variations
Color information
#66D92F (or 0x66D92F) is known color: Apple. HEX triplet: 66, D9 and 2F. RGB value is (102,217,47). Sum of RGB (Red+Green+Blue) = 102+217+47=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #66D92F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D92F is #9926D0. Grayscale: #A3A3A3. Windows color (decimal): -10036945 or 3135846. OLE color: 3135846.
HSL color Cylindrical-coordinate representation of color #66D92F: hue angle of 100.59º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66D92F is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 47 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.15 |
| HSL | 100.59º | 0.69% | 0.52% | - |
| HSV(B) | 100.59º | 0.78% | 0.85% | - |
| XYZ | 30.81 | 52.66 | 11.23 | - |
| YUV | 163.24 | 62.4 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 47 | 0.53 | 0 | 0.78 | 0.15 | 100.59 | 0.69 | 0.52 |
| Hex | 66 | D9 | 2F | 35 | 0 | 4E | F | 65 | 45 | 34 |
| Octal | 146 | 331 | 57 | 65 | 0 | 116 | 17 | 145 | 105 | 64 |
| Binary | 1100110 | 11011001 | 101111 | 110101 | 0 | 1001110 | 1111 | 1100101 | 1000101 | 110100 |
Color Harmonies of #66D92F
Complementary color
Monochromatic Colors of #66D92F
Black with #66D92F
Text Example
Text Example
White with #66D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D92F; }
p { color: rgb(102,217,47); }
H1.HeaderClassName
{
color: #66D92F;
}
.AnyTagClassName
{
color: #66D92F;
}
</style>
background-color css
<style>
a { background-color: #66D92F; }
a { background-color: rgb(102,217,47); }
div.DivClassName
{
background-color: #66D92F;
}
.BgClassName
{
background-color: #66D92F;
}
</style>
border-color css
<style>
span { border-color: #66D92F; }
span { border-color: rgb(102,217,47); }
td.TdClassName
{
border-color: #66D92F;
}
.TagClassName
{
border-color: #66D92F;
}
</style>