Shades of Apple #66C23C
Tints of Apple #66C23C
RGB
CMYK
RGB Variations
Color information
#66C23C (or 0x66C23C) is known color: Apple. HEX triplet: 66, C2 and 3C. RGB value is (102,194,60). Sum of RGB (Red+Green+Blue) = 102+194+60=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #66C23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C23C is #993DC3. Grayscale: #979797. Windows color (decimal): -10042820 or 3981926. OLE color: 3981926.
HSL color Cylindrical-coordinate representation of color #66C23C: hue angle of 101.19º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66C23C is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 60 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.24 |
| HSL | 101.19º | 0.53% | 0.5% | - |
| HSV(B) | 101.19º | 0.69% | 0.76% | - |
| XYZ | 25.59 | 41.73 | 10.98 | - |
| YUV | 151.22 | 76.52 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 60 | 0.47 | 0 | 0.69 | 0.24 | 101.19 | 0.53 | 0.5 |
| Hex | 66 | C2 | 3C | 2F | 0 | 45 | 18 | 65 | 35 | 32 |
| Octal | 146 | 302 | 74 | 57 | 0 | 105 | 30 | 145 | 65 | 62 |
| Binary | 1100110 | 11000010 | 111100 | 101111 | 0 | 1000101 | 11000 | 1100101 | 110101 | 110010 |
Color Harmonies of #66C23C
Complementary color
Monochromatic Colors of #66C23C
Black with #66C23C
Text Example
Text Example
White with #66C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C23C; }
p { color: rgb(102,194,60); }
H1.HeaderClassName
{
color: #66C23C;
}
.AnyTagClassName
{
color: #66C23C;
}
</style>
background-color css
<style>
a { background-color: #66C23C; }
a { background-color: rgb(102,194,60); }
div.DivClassName
{
background-color: #66C23C;
}
.BgClassName
{
background-color: #66C23C;
}
</style>
border-color css
<style>
span { border-color: #66C23C; }
span { border-color: rgb(102,194,60); }
td.TdClassName
{
border-color: #66C23C;
}
.TagClassName
{
border-color: #66C23C;
}
</style>