Shades of Apple #66DB3D
Tints of Apple #66DB3D
RGB
CMYK
RGB Variations
Color information
#66DB3D (or 0x66DB3D) is known color: Apple. HEX triplet: 66, DB and 3D. RGB value is (102,219,61). Sum of RGB (Red+Green+Blue) = 102+219+61=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DB3D is #9924C2. Grayscale: #A6A6A6. Windows color (decimal): -10036419 or 4053862. OLE color: 4053862.
HSL color Cylindrical-coordinate representation of color #66DB3D: hue angle of 104.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66DB3D is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 61 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.14 |
| HSL | 104.43º | 0.69% | 0.55% | - |
| HSV(B) | 104.43º | 0.72% | 0.86% | - |
| XYZ | 31.65 | 53.82 | 13.14 | - |
| YUV | 166.01 | 68.74 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 61 | 0.53 | 0 | 0.72 | 0.14 | 104.43 | 0.69 | 0.55 |
| Hex | 66 | DB | 3D | 35 | 0 | 48 | E | 68 | 45 | 37 |
| Octal | 146 | 333 | 75 | 65 | 0 | 110 | 16 | 150 | 105 | 67 |
| Binary | 1100110 | 11011011 | 111101 | 110101 | 0 | 1001000 | 1110 | 1101000 | 1000101 | 110111 |
Color Harmonies of #66DB3D
Complementary color
Monochromatic Colors of #66DB3D
Black with #66DB3D
Text Example
Text Example
White with #66DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB3D; }
p { color: rgb(102,219,61); }
H1.HeaderClassName
{
color: #66DB3D;
}
.AnyTagClassName
{
color: #66DB3D;
}
</style>
background-color css
<style>
a { background-color: #66DB3D; }
a { background-color: rgb(102,219,61); }
div.DivClassName
{
background-color: #66DB3D;
}
.BgClassName
{
background-color: #66DB3D;
}
</style>
border-color css
<style>
span { border-color: #66DB3D; }
span { border-color: rgb(102,219,61); }
td.TdClassName
{
border-color: #66DB3D;
}
.TagClassName
{
border-color: #66DB3D;
}
</style>