Shades of Apple #66D04B
Tints of Apple #66D04B
RGB
CMYK
RGB Variations
Color information
#66D04B (or 0x66D04B) is known color: Apple. HEX triplet: 66, D0 and 4B. RGB value is (102,208,75). Sum of RGB (Red+Green+Blue) = 102+208+75=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #66D04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D04B is #992FB4. Grayscale: #A1A1A1. Windows color (decimal): -10039221 or 4968550. OLE color: 4968550.
HSL color Cylindrical-coordinate representation of color #66D04B: hue angle of 107.82º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66D04B is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 75 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.18 |
| HSL | 107.82º | 0.59% | 0.55% | - |
| HSV(B) | 107.82º | 0.64% | 0.82% | - |
| XYZ | 29.31 | 48.44 | 14.46 | - |
| YUV | 161.14 | 79.38 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 75 | 0.51 | 0 | 0.64 | 0.18 | 107.82 | 0.59 | 0.55 |
| Hex | 66 | D0 | 4B | 33 | 0 | 40 | 12 | 6C | 3B | 37 |
| Octal | 146 | 320 | 113 | 63 | 0 | 100 | 22 | 154 | 73 | 67 |
| Binary | 1100110 | 11010000 | 1001011 | 110011 | 0 | 1000000 | 10010 | 1101100 | 111011 | 110111 |
Color Harmonies of #66D04B
Complementary color
Monochromatic Colors of #66D04B
Black with #66D04B
Text Example
Text Example
White with #66D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D04B; }
p { color: rgb(102,208,75); }
H1.HeaderClassName
{
color: #66D04B;
}
.AnyTagClassName
{
color: #66D04B;
}
</style>
background-color css
<style>
a { background-color: #66D04B; }
a { background-color: rgb(102,208,75); }
div.DivClassName
{
background-color: #66D04B;
}
.BgClassName
{
background-color: #66D04B;
}
</style>
border-color css
<style>
span { border-color: #66D04B; }
span { border-color: rgb(102,208,75); }
td.TdClassName
{
border-color: #66D04B;
}
.TagClassName
{
border-color: #66D04B;
}
</style>