Shades of Apple #66D638
Tints of Apple #66D638
RGB
CMYK
RGB Variations
Color information
#66D638 (or 0x66D638) is known color: Apple. HEX triplet: 66, D6 and 38. RGB value is (102,214,56). Sum of RGB (Red+Green+Blue) = 102+214+56=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #66D638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D638 is #9929C7. Grayscale: #A3A3A3. Windows color (decimal): -10037704 or 3724902. OLE color: 3724902.
HSL color Cylindrical-coordinate representation of color #66D638: hue angle of 102.53º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66D638 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 56 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.16 |
| HSL | 102.53º | 0.66% | 0.53% | - |
| HSV(B) | 102.53º | 0.74% | 0.84% | - |
| XYZ | 30.24 | 51.2 | 12.03 | - |
| YUV | 162.5 | 67.89 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 56 | 0.52 | 0 | 0.74 | 0.16 | 102.53 | 0.66 | 0.53 |
| Hex | 66 | D6 | 38 | 34 | 0 | 4A | 10 | 67 | 42 | 35 |
| Octal | 146 | 326 | 70 | 64 | 0 | 112 | 20 | 147 | 102 | 65 |
| Binary | 1100110 | 11010110 | 111000 | 110100 | 0 | 1001010 | 10000 | 1100111 | 1000010 | 110101 |
Color Harmonies of #66D638
Complementary color
Monochromatic Colors of #66D638
Black with #66D638
Text Example
Text Example
White with #66D638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D638; }
p { color: rgb(102,214,56); }
H1.HeaderClassName
{
color: #66D638;
}
.AnyTagClassName
{
color: #66D638;
}
</style>
background-color css
<style>
a { background-color: #66D638; }
a { background-color: rgb(102,214,56); }
div.DivClassName
{
background-color: #66D638;
}
.BgClassName
{
background-color: #66D638;
}
</style>
border-color css
<style>
span { border-color: #66D638; }
span { border-color: rgb(102,214,56); }
td.TdClassName
{
border-color: #66D638;
}
.TagClassName
{
border-color: #66D638;
}
</style>