Shades of Apple #66C15A
Tints of Apple #66C15A
RGB
CMYK
RGB Variations
Color information
#66C15A (or 0x66C15A) is known color: Apple. HEX triplet: 66, C1 and 5A. RGB value is (102,193,90). Sum of RGB (Red+Green+Blue) = 102+193+90=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #66C15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C15A is #993EA5. Grayscale: #9A9A9A. Windows color (decimal): -10043046 or 5947750. OLE color: 5947750.
HSL color Cylindrical-coordinate representation of color #66C15A: hue angle of 113.01º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66C15A is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 90 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.24 |
| HSL | 113.01º | 0.45% | 0.55% | - |
| HSV(B) | 113.01º | 0.53% | 0.76% | - |
| XYZ | 26.39 | 41.7 | 16.33 | - |
| YUV | 154.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 90 | 0.47 | 0 | 0.53 | 0.24 | 113.01 | 0.45 | 0.55 |
| Hex | 66 | C1 | 5A | 2F | 0 | 35 | 18 | 71 | 2D | 37 |
| Octal | 146 | 301 | 132 | 57 | 0 | 65 | 30 | 161 | 55 | 67 |
| Binary | 1100110 | 11000001 | 1011010 | 101111 | 0 | 110101 | 11000 | 1110001 | 101101 | 110111 |
Color Harmonies of #66C15A
Complementary color
Monochromatic Colors of #66C15A
Black with #66C15A
Text Example
Text Example
White with #66C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C15A; }
p { color: rgb(102,193,90); }
H1.HeaderClassName
{
color: #66C15A;
}
.AnyTagClassName
{
color: #66C15A;
}
</style>
background-color css
<style>
a { background-color: #66C15A; }
a { background-color: rgb(102,193,90); }
div.DivClassName
{
background-color: #66C15A;
}
.BgClassName
{
background-color: #66C15A;
}
</style>
border-color css
<style>
span { border-color: #66C15A; }
span { border-color: rgb(102,193,90); }
td.TdClassName
{
border-color: #66C15A;
}
.TagClassName
{
border-color: #66C15A;
}
</style>