Shades of Apple #66DF3D
Tints of Apple #66DF3D
RGB
CMYK
RGB Variations
Color information
#66DF3D (or 0x66DF3D) is known color: Apple. HEX triplet: 66, DF and 3D. RGB value is (102,223,61). Sum of RGB (Red+Green+Blue) = 102+223+61=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF3D is #9920C2. Grayscale: #A8A8A8. Windows color (decimal): -10035395 or 4054886. OLE color: 4054886.
HSL color Cylindrical-coordinate representation of color #66DF3D: hue angle of 104.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66DF3D is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 61 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.13 |
| HSL | 104.81º | 0.72% | 0.56% | - |
| HSV(B) | 104.81º | 0.73% | 0.87% | - |
| XYZ | 32.71 | 55.94 | 13.49 | - |
| YUV | 168.35 | 67.41 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 61 | 0.54 | 0 | 0.73 | 0.13 | 104.81 | 0.72 | 0.56 |
| Hex | 66 | DF | 3D | 36 | 0 | 49 | D | 69 | 48 | 38 |
| Octal | 146 | 337 | 75 | 66 | 0 | 111 | 15 | 151 | 110 | 70 |
| Binary | 1100110 | 11011111 | 111101 | 110110 | 0 | 1001001 | 1101 | 1101001 | 1001000 | 111000 |
Color Harmonies of #66DF3D
Complementary color
Monochromatic Colors of #66DF3D
Black with #66DF3D
Text Example
Text Example
White with #66DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF3D; }
p { color: rgb(102,223,61); }
H1.HeaderClassName
{
color: #66DF3D;
}
.AnyTagClassName
{
color: #66DF3D;
}
</style>
background-color css
<style>
a { background-color: #66DF3D; }
a { background-color: rgb(102,223,61); }
div.DivClassName
{
background-color: #66DF3D;
}
.BgClassName
{
background-color: #66DF3D;
}
</style>
border-color css
<style>
span { border-color: #66DF3D; }
span { border-color: rgb(102,223,61); }
td.TdClassName
{
border-color: #66DF3D;
}
.TagClassName
{
border-color: #66DF3D;
}
</style>