Shades of Apple #66BB54
Tints of Apple #66BB54
RGB
CMYK
RGB Variations
Color information
#66BB54 (or 0x66BB54) is known color: Apple. HEX triplet: 66, BB and 54. RGB value is (102,187,84). Sum of RGB (Red+Green+Blue) = 102+187+84=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB54 is #9944AB. Grayscale: #969696. Windows color (decimal): -10044588 or 5552998. OLE color: 5552998.
HSL color Cylindrical-coordinate representation of color #66BB54: hue angle of 109.51º degrees, saturation: 0.43, 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 #66BB54 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 84 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.27 |
| HSL | 109.51º | 0.43% | 0.53% | - |
| HSV(B) | 109.51º | 0.55% | 0.73% | - |
| XYZ | 24.85 | 39.01 | 14.61 | - |
| YUV | 149.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 84 | 0.45 | 0 | 0.55 | 0.27 | 109.51 | 0.43 | 0.53 |
| Hex | 66 | BB | 54 | 2D | 0 | 37 | 1B | 6E | 2B | 35 |
| Octal | 146 | 273 | 124 | 55 | 0 | 67 | 33 | 156 | 53 | 65 |
| Binary | 1100110 | 10111011 | 1010100 | 101101 | 0 | 110111 | 11011 | 1101110 | 101011 | 110101 |
Color Harmonies of #66BB54
Complementary color
Monochromatic Colors of #66BB54
Black with #66BB54
Text Example
Text Example
White with #66BB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB54; }
p { color: rgb(102,187,84); }
H1.HeaderClassName
{
color: #66BB54;
}
.AnyTagClassName
{
color: #66BB54;
}
</style>
background-color css
<style>
a { background-color: #66BB54; }
a { background-color: rgb(102,187,84); }
div.DivClassName
{
background-color: #66BB54;
}
.BgClassName
{
background-color: #66BB54;
}
</style>
border-color css
<style>
span { border-color: #66BB54; }
span { border-color: rgb(102,187,84); }
td.TdClassName
{
border-color: #66BB54;
}
.TagClassName
{
border-color: #66BB54;
}
</style>