Shades of Apple #66C436
Tints of Apple #66C436
RGB
CMYK
RGB Variations
Color information
#66C436 (or 0x66C436) is known color: Apple. HEX triplet: 66, C4 and 36. RGB value is (102,196,54). Sum of RGB (Red+Green+Blue) = 102+196+54=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #66C436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C436 is #993BC9. Grayscale: #989898. Windows color (decimal): -10042314 or 3589222. OLE color: 3589222.
HSL color Cylindrical-coordinate representation of color #66C436: hue angle of 99.72º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66C436 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 196 | 54 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.23 |
| HSL | 99.72º | 0.57% | 0.49% | - |
| HSV(B) | 99.72º | 0.72% | 0.77% | - |
| XYZ | 25.89 | 42.57 | 10.34 | - |
| YUV | 151.71 | 72.86 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 196 | 54 | 0.48 | 0 | 0.72 | 0.23 | 99.72 | 0.57 | 0.49 |
| Hex | 66 | C4 | 36 | 30 | 0 | 48 | 17 | 64 | 39 | 31 |
| Octal | 146 | 304 | 66 | 60 | 0 | 110 | 27 | 144 | 71 | 61 |
| Binary | 1100110 | 11000100 | 110110 | 110000 | 0 | 1001000 | 10111 | 1100100 | 111001 | 110001 |
Color Harmonies of #66C436
Complementary color
Monochromatic Colors of #66C436
Black with #66C436
Text Example
Text Example
White with #66C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C436; }
p { color: rgb(102,196,54); }
H1.HeaderClassName
{
color: #66C436;
}
.AnyTagClassName
{
color: #66C436;
}
</style>
background-color css
<style>
a { background-color: #66C436; }
a { background-color: rgb(102,196,54); }
div.DivClassName
{
background-color: #66C436;
}
.BgClassName
{
background-color: #66C436;
}
</style>
border-color css
<style>
span { border-color: #66C436; }
span { border-color: rgb(102,196,54); }
td.TdClassName
{
border-color: #66C436;
}
.TagClassName
{
border-color: #66C436;
}
</style>