Shades of Apple #66C451
Tints of Apple #66C451
RGB
CMYK
RGB Variations
Color information
#66C451 (or 0x66C451) is known color: Apple. HEX triplet: 66, C4 and 51. RGB value is (102,196,81). Sum of RGB (Red+Green+Blue) = 102+196+81=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #66C451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C451 is #993BAE. Grayscale: #9B9B9B. Windows color (decimal): -10042287 or 5358694. OLE color: 5358694.
HSL color Cylindrical-coordinate representation of color #66C451: hue angle of 109.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66C451 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 196 | 81 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.23 |
| HSL | 109.04º | 0.49% | 0.54% | - |
| HSV(B) | 109.04º | 0.59% | 0.77% | - |
| XYZ | 26.7 | 42.9 | 14.66 | - |
| YUV | 154.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 196 | 81 | 0.48 | 0 | 0.59 | 0.23 | 109.04 | 0.49 | 0.54 |
| Hex | 66 | C4 | 51 | 30 | 0 | 3B | 17 | 6D | 31 | 36 |
| Octal | 146 | 304 | 121 | 60 | 0 | 73 | 27 | 155 | 61 | 66 |
| Binary | 1100110 | 11000100 | 1010001 | 110000 | 0 | 111011 | 10111 | 1101101 | 110001 | 110110 |
Color Harmonies of #66C451
Complementary color
Monochromatic Colors of #66C451
Black with #66C451
Text Example
Text Example
White with #66C451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C451; }
p { color: rgb(102,196,81); }
H1.HeaderClassName
{
color: #66C451;
}
.AnyTagClassName
{
color: #66C451;
}
</style>
background-color css
<style>
a { background-color: #66C451; }
a { background-color: rgb(102,196,81); }
div.DivClassName
{
background-color: #66C451;
}
.BgClassName
{
background-color: #66C451;
}
</style>
border-color css
<style>
span { border-color: #66C451; }
span { border-color: rgb(102,196,81); }
td.TdClassName
{
border-color: #66C451;
}
.TagClassName
{
border-color: #66C451;
}
</style>