Shades of Apple #66C136
Tints of Apple #66C136
RGB
CMYK
RGB Variations
Color information
#66C136 (or 0x66C136) is known color: Apple. HEX triplet: 66, C1 and 36. RGB value is (102,193,54). Sum of RGB (Red+Green+Blue) = 102+193+54=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #66C136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C136 is #993EC9. Grayscale: #969696. Windows color (decimal): -10043082 or 3588454. OLE color: 3588454.
HSL color Cylindrical-coordinate representation of color #66C136: hue angle of 99.28º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66C136 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 54 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.24 |
| HSL | 99.28º | 0.56% | 0.48% | - |
| HSV(B) | 99.28º | 0.72% | 0.76% | - |
| XYZ | 25.22 | 41.23 | 10.12 | - |
| YUV | 149.95 | 73.85 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 54 | 0.47 | 0 | 0.72 | 0.24 | 99.28 | 0.56 | 0.48 |
| Hex | 66 | C1 | 36 | 2F | 0 | 48 | 18 | 63 | 38 | 30 |
| Octal | 146 | 301 | 66 | 57 | 0 | 110 | 30 | 143 | 70 | 60 |
| Binary | 1100110 | 11000001 | 110110 | 101111 | 0 | 1001000 | 11000 | 1100011 | 111000 | 110000 |
Color Harmonies of #66C136
Complementary color
Monochromatic Colors of #66C136
Black with #66C136
Text Example
Text Example
White with #66C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C136; }
p { color: rgb(102,193,54); }
H1.HeaderClassName
{
color: #66C136;
}
.AnyTagClassName
{
color: #66C136;
}
</style>
background-color css
<style>
a { background-color: #66C136; }
a { background-color: rgb(102,193,54); }
div.DivClassName
{
background-color: #66C136;
}
.BgClassName
{
background-color: #66C136;
}
</style>
border-color css
<style>
span { border-color: #66C136; }
span { border-color: rgb(102,193,54); }
td.TdClassName
{
border-color: #66C136;
}
.TagClassName
{
border-color: #66C136;
}
</style>