Shades of Apple #66CE3F
Tints of Apple #66CE3F
RGB
CMYK
RGB Variations
Color information
#66CE3F (or 0x66CE3F) is known color: Apple. HEX triplet: 66, CE and 3F. RGB value is (102,206,63). Sum of RGB (Red+Green+Blue) = 102+206+63=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CE3F is #9931C0. Grayscale: #9F9F9F. Windows color (decimal): -10039745 or 4181606. OLE color: 4181606.
HSL color Cylindrical-coordinate representation of color #66CE3F: hue angle of 103.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66CE3F is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 63 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.19 |
| HSL | 103.64º | 0.59% | 0.53% | - |
| HSV(B) | 103.64º | 0.69% | 0.81% | - |
| XYZ | 28.45 | 47.33 | 12.34 | - |
| YUV | 158.6 | 74.04 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 63 | 0.50 | 0 | 0.69 | 0.19 | 103.64 | 0.59 | 0.53 |
| Hex | 66 | CE | 3F | 32 | 0 | 45 | 13 | 68 | 3B | 35 |
| Octal | 146 | 316 | 77 | 62 | 0 | 105 | 23 | 150 | 73 | 65 |
| Binary | 1100110 | 11001110 | 111111 | 110010 | 0 | 1000101 | 10011 | 1101000 | 111011 | 110101 |
Color Harmonies of #66CE3F
Complementary color
Monochromatic Colors of #66CE3F
Black with #66CE3F
Text Example
Text Example
White with #66CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CE3F; }
p { color: rgb(102,206,63); }
H1.HeaderClassName
{
color: #66CE3F;
}
.AnyTagClassName
{
color: #66CE3F;
}
</style>
background-color css
<style>
a { background-color: #66CE3F; }
a { background-color: rgb(102,206,63); }
div.DivClassName
{
background-color: #66CE3F;
}
.BgClassName
{
background-color: #66CE3F;
}
</style>
border-color css
<style>
span { border-color: #66CE3F; }
span { border-color: rgb(102,206,63); }
td.TdClassName
{
border-color: #66CE3F;
}
.TagClassName
{
border-color: #66CE3F;
}
</style>