Shades of Apple #66D63B
Tints of Apple #66D63B
RGB
CMYK
RGB Variations
Color information
#66D63B (or 0x66D63B) is known color: Apple. HEX triplet: 66, D6 and 3B. RGB value is (102,214,59). Sum of RGB (Red+Green+Blue) = 102+214+59=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #66D63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D63B is #9929C4. Grayscale: #A3A3A3. Windows color (decimal): -10037701 or 3921510. OLE color: 3921510.
HSL color Cylindrical-coordinate representation of color #66D63B: hue angle of 103.35º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66D63B is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 59 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.16 |
| HSL | 103.35º | 0.65% | 0.54% | - |
| HSV(B) | 103.35º | 0.72% | 0.84% | - |
| XYZ | 30.32 | 51.23 | 12.43 | - |
| YUV | 162.84 | 69.39 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 59 | 0.52 | 0 | 0.72 | 0.16 | 103.35 | 0.65 | 0.54 |
| Hex | 66 | D6 | 3B | 34 | 0 | 48 | 10 | 67 | 41 | 36 |
| Octal | 146 | 326 | 73 | 64 | 0 | 110 | 20 | 147 | 101 | 66 |
| Binary | 1100110 | 11010110 | 111011 | 110100 | 0 | 1001000 | 10000 | 1100111 | 1000001 | 110110 |
Color Harmonies of #66D63B
Complementary color
Monochromatic Colors of #66D63B
Black with #66D63B
Text Example
Text Example
White with #66D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D63B; }
p { color: rgb(102,214,59); }
H1.HeaderClassName
{
color: #66D63B;
}
.AnyTagClassName
{
color: #66D63B;
}
</style>
background-color css
<style>
a { background-color: #66D63B; }
a { background-color: rgb(102,214,59); }
div.DivClassName
{
background-color: #66D63B;
}
.BgClassName
{
background-color: #66D63B;
}
</style>
border-color css
<style>
span { border-color: #66D63B; }
span { border-color: rgb(102,214,59); }
td.TdClassName
{
border-color: #66D63B;
}
.TagClassName
{
border-color: #66D63B;
}
</style>