Shades of Apple #66C340
Tints of Apple #66C340
RGB
CMYK
RGB Variations
Color information
#66C340 (or 0x66C340) is known color: Apple. HEX triplet: 66, C3 and 40. RGB value is (102,195,64). Sum of RGB (Red+Green+Blue) = 102+195+64=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #66C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C340 is #993CBF. Grayscale: #989898. Windows color (decimal): -10042560 or 4244326. OLE color: 4244326.
HSL color Cylindrical-coordinate representation of color #66C340: hue angle of 102.6º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66C340 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 64 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.24 |
| HSL | 102.6º | 0.52% | 0.51% | - |
| HSV(B) | 102.6º | 0.67% | 0.76% | - |
| XYZ | 25.92 | 42.23 | 11.63 | - |
| YUV | 152.26 | 78.19 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 64 | 0.48 | 0 | 0.67 | 0.24 | 102.6 | 0.52 | 0.51 |
| Hex | 66 | C3 | 40 | 30 | 0 | 43 | 18 | 67 | 34 | 33 |
| Octal | 146 | 303 | 100 | 60 | 0 | 103 | 30 | 147 | 64 | 63 |
| Binary | 1100110 | 11000011 | 1000000 | 110000 | 0 | 1000011 | 11000 | 1100111 | 110100 | 110011 |
Color Harmonies of #66C340
Complementary color
Monochromatic Colors of #66C340
Black with #66C340
Text Example
Text Example
White with #66C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C340; }
p { color: rgb(102,195,64); }
H1.HeaderClassName
{
color: #66C340;
}
.AnyTagClassName
{
color: #66C340;
}
</style>
background-color css
<style>
a { background-color: #66C340; }
a { background-color: rgb(102,195,64); }
div.DivClassName
{
background-color: #66C340;
}
.BgClassName
{
background-color: #66C340;
}
</style>
border-color css
<style>
span { border-color: #66C340; }
span { border-color: rgb(102,195,64); }
td.TdClassName
{
border-color: #66C340;
}
.TagClassName
{
border-color: #66C340;
}
</style>