Shades of Apple #66C03A
Tints of Apple #66C03A
RGB
CMYK
RGB Variations
Color information
#66C03A (or 0x66C03A) is known color: Apple. HEX triplet: 66, C0 and 3A. RGB value is (102,192,58). Sum of RGB (Red+Green+Blue) = 102+192+58=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #66C03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C03A is #993FC5. Grayscale: #969696. Windows color (decimal): -10043334 or 3850342. OLE color: 3850342.
HSL color Cylindrical-coordinate representation of color #66C03A: hue angle of 100.3º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66C03A is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 58 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.25 |
| HSL | 100.3º | 0.54% | 0.49% | - |
| HSV(B) | 100.3º | 0.7% | 0.75% | - |
| XYZ | 25.09 | 40.83 | 10.56 | - |
| YUV | 149.81 | 76.18 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 58 | 0.47 | 0 | 0.70 | 0.25 | 100.3 | 0.54 | 0.49 |
| Hex | 66 | C0 | 3A | 2F | 0 | 46 | 19 | 64 | 36 | 31 |
| Octal | 146 | 300 | 72 | 57 | 0 | 106 | 31 | 144 | 66 | 61 |
| Binary | 1100110 | 11000000 | 111010 | 101111 | 0 | 1000110 | 11001 | 1100100 | 110110 | 110001 |
Color Harmonies of #66C03A
Complementary color
Monochromatic Colors of #66C03A
Black with #66C03A
Text Example
Text Example
White with #66C03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C03A; }
p { color: rgb(102,192,58); }
H1.HeaderClassName
{
color: #66C03A;
}
.AnyTagClassName
{
color: #66C03A;
}
</style>
background-color css
<style>
a { background-color: #66C03A; }
a { background-color: rgb(102,192,58); }
div.DivClassName
{
background-color: #66C03A;
}
.BgClassName
{
background-color: #66C03A;
}
</style>
border-color css
<style>
span { border-color: #66C03A; }
span { border-color: rgb(102,192,58); }
td.TdClassName
{
border-color: #66C03A;
}
.TagClassName
{
border-color: #66C03A;
}
</style>