Shades of Apple #66C05A
Tints of Apple #66C05A
RGB
CMYK
RGB Variations
Color information
#66C05A (or 0x66C05A) is known color: Apple. HEX triplet: 66, C0 and 5A. RGB value is (102,192,90). Sum of RGB (Red+Green+Blue) = 102+192+90=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #66C05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C05A is #993FA5. Grayscale: #999999. Windows color (decimal): -10043302 or 5947494. OLE color: 5947494.
HSL color Cylindrical-coordinate representation of color #66C05A: hue angle of 112.94º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66C05A is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 90 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.25 |
| HSL | 112.94º | 0.45% | 0.55% | - |
| HSV(B) | 112.94º | 0.53% | 0.75% | - |
| XYZ | 26.17 | 41.26 | 16.26 | - |
| YUV | 153.46 | 92.18 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 90 | 0.47 | 0 | 0.53 | 0.25 | 112.94 | 0.45 | 0.55 |
| Hex | 66 | C0 | 5A | 2F | 0 | 35 | 19 | 71 | 2D | 37 |
| Octal | 146 | 300 | 132 | 57 | 0 | 65 | 31 | 161 | 55 | 67 |
| Binary | 1100110 | 11000000 | 1011010 | 101111 | 0 | 110101 | 11001 | 1110001 | 101101 | 110111 |
Color Harmonies of #66C05A
Complementary color
Monochromatic Colors of #66C05A
Black with #66C05A
Text Example
Text Example
White with #66C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C05A; }
p { color: rgb(102,192,90); }
H1.HeaderClassName
{
color: #66C05A;
}
.AnyTagClassName
{
color: #66C05A;
}
</style>
background-color css
<style>
a { background-color: #66C05A; }
a { background-color: rgb(102,192,90); }
div.DivClassName
{
background-color: #66C05A;
}
.BgClassName
{
background-color: #66C05A;
}
</style>
border-color css
<style>
span { border-color: #66C05A; }
span { border-color: rgb(102,192,90); }
td.TdClassName
{
border-color: #66C05A;
}
.TagClassName
{
border-color: #66C05A;
}
</style>