Shades of Apple #66BA41
Tints of Apple #66BA41
RGB
CMYK
RGB Variations
Color information
#66BA41 (or 0x66BA41) is known color: Apple. HEX triplet: 66, BA and 41. RGB value is (102,186,65). Sum of RGB (Red+Green+Blue) = 102+186+65=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BA41 is #9945BE. Grayscale: #939393. Windows color (decimal): -10044863 or 4307558. OLE color: 4307558.
HSL color Cylindrical-coordinate representation of color #66BA41: hue angle of 101.65º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66BA41 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 65 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.27 |
| HSL | 101.65º | 0.48% | 0.49% | - |
| HSV(B) | 101.65º | 0.65% | 0.73% | - |
| XYZ | 23.99 | 38.32 | 11.13 | - |
| YUV | 147.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 65 | 0.45 | 0 | 0.65 | 0.27 | 101.65 | 0.48 | 0.49 |
| Hex | 66 | BA | 41 | 2D | 0 | 41 | 1B | 66 | 30 | 31 |
| Octal | 146 | 272 | 101 | 55 | 0 | 101 | 33 | 146 | 60 | 61 |
| Binary | 1100110 | 10111010 | 1000001 | 101101 | 0 | 1000001 | 11011 | 1100110 | 110000 | 110001 |
Color Harmonies of #66BA41
Complementary color
Monochromatic Colors of #66BA41
Black with #66BA41
Text Example
Text Example
White with #66BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA41; }
p { color: rgb(102,186,65); }
H1.HeaderClassName
{
color: #66BA41;
}
.AnyTagClassName
{
color: #66BA41;
}
</style>
background-color css
<style>
a { background-color: #66BA41; }
a { background-color: rgb(102,186,65); }
div.DivClassName
{
background-color: #66BA41;
}
.BgClassName
{
background-color: #66BA41;
}
</style>
border-color css
<style>
span { border-color: #66BA41; }
span { border-color: rgb(102,186,65); }
td.TdClassName
{
border-color: #66BA41;
}
.TagClassName
{
border-color: #66BA41;
}
</style>