Shades of Apple #66B954
Tints of Apple #66B954
RGB
CMYK
RGB Variations
Color information
#66B954 (or 0x66B954) is known color: Apple. HEX triplet: 66, B9 and 54. RGB value is (102,185,84). Sum of RGB (Red+Green+Blue) = 102+185+84=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #66B954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B954 is #9946AB. Grayscale: #949494. Windows color (decimal): -10045100 or 5552486. OLE color: 5552486.
HSL color Cylindrical-coordinate representation of color #66B954: hue angle of 109.31º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66B954 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 84 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.27 |
| HSL | 109.31º | 0.42% | 0.53% | - |
| HSV(B) | 109.31º | 0.55% | 0.73% | - |
| XYZ | 24.43 | 38.16 | 14.47 | - |
| YUV | 148.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 84 | 0.45 | 0 | 0.55 | 0.27 | 109.31 | 0.42 | 0.53 |
| Hex | 66 | B9 | 54 | 2D | 0 | 37 | 1B | 6D | 2A | 35 |
| Octal | 146 | 271 | 124 | 55 | 0 | 67 | 33 | 155 | 52 | 65 |
| Binary | 1100110 | 10111001 | 1010100 | 101101 | 0 | 110111 | 11011 | 1101101 | 101010 | 110101 |
Color Harmonies of #66B954
Complementary color
Monochromatic Colors of #66B954
Black with #66B954
Text Example
Text Example
White with #66B954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B954; }
p { color: rgb(102,185,84); }
H1.HeaderClassName
{
color: #66B954;
}
.AnyTagClassName
{
color: #66B954;
}
</style>
background-color css
<style>
a { background-color: #66B954; }
a { background-color: rgb(102,185,84); }
div.DivClassName
{
background-color: #66B954;
}
.BgClassName
{
background-color: #66B954;
}
</style>
border-color css
<style>
span { border-color: #66B954; }
span { border-color: rgb(102,185,84); }
td.TdClassName
{
border-color: #66B954;
}
.TagClassName
{
border-color: #66B954;
}
</style>