Shades of Apple #66BC2C
Tints of Apple #66BC2C
RGB
CMYK
RGB Variations
Color information
#66BC2C (or 0x66BC2C) is known color: Apple. HEX triplet: 66, BC and 2C. RGB value is (102,188,44). Sum of RGB (Red+Green+Blue) = 102+188+44=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BC2C is #9943D3. Grayscale: #929292. Windows color (decimal): -10044372 or 2931814. OLE color: 2931814.
HSL color Cylindrical-coordinate representation of color #66BC2C: hue angle of 95.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66BC2C is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 44 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.26 |
| HSL | 95.83º | 0.62% | 0.45% | - |
| HSV(B) | 95.83º | 0.77% | 0.74% | - |
| XYZ | 23.92 | 38.97 | 8.64 | - |
| YUV | 145.87 | 70.51 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 44 | 0.46 | 0 | 0.77 | 0.26 | 95.83 | 0.62 | 0.45 |
| Hex | 66 | BC | 2C | 2E | 0 | 4D | 1A | 60 | 3E | 2D |
| Octal | 146 | 274 | 54 | 56 | 0 | 115 | 32 | 140 | 76 | 55 |
| Binary | 1100110 | 10111100 | 101100 | 101110 | 0 | 1001101 | 11010 | 1100000 | 111110 | 101101 |
Color Harmonies of #66BC2C
Complementary color
Monochromatic Colors of #66BC2C
Black with #66BC2C
Text Example
Text Example
White with #66BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC2C; }
p { color: rgb(102,188,44); }
H1.HeaderClassName
{
color: #66BC2C;
}
.AnyTagClassName
{
color: #66BC2C;
}
</style>
background-color css
<style>
a { background-color: #66BC2C; }
a { background-color: rgb(102,188,44); }
div.DivClassName
{
background-color: #66BC2C;
}
.BgClassName
{
background-color: #66BC2C;
}
</style>
border-color css
<style>
span { border-color: #66BC2C; }
span { border-color: rgb(102,188,44); }
td.TdClassName
{
border-color: #66BC2C;
}
.TagClassName
{
border-color: #66BC2C;
}
</style>