Shades of Apple #66BB45
Tints of Apple #66BB45
RGB
CMYK
RGB Variations
Color information
#66BB45 (or 0x66BB45) is known color: Apple. HEX triplet: 66, BB and 45. RGB value is (102,187,69). Sum of RGB (Red+Green+Blue) = 102+187+69=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BB45 is #9944BA. Grayscale: #949494. Windows color (decimal): -10044603 or 4569958. OLE color: 4569958.
HSL color Cylindrical-coordinate representation of color #66BB45: hue angle of 103.22º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66BB45 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 69 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.27 |
| HSL | 103.22º | 0.46% | 0.5% | - |
| HSV(B) | 103.22º | 0.63% | 0.73% | - |
| XYZ | 24.32 | 38.8 | 11.84 | - |
| YUV | 148.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 69 | 0.45 | 0 | 0.63 | 0.27 | 103.22 | 0.46 | 0.5 |
| Hex | 66 | BB | 45 | 2D | 0 | 3F | 1B | 67 | 2E | 32 |
| Octal | 146 | 273 | 105 | 55 | 0 | 77 | 33 | 147 | 56 | 62 |
| Binary | 1100110 | 10111011 | 1000101 | 101101 | 0 | 111111 | 11011 | 1100111 | 101110 | 110010 |
Color Harmonies of #66BB45
Complementary color
Monochromatic Colors of #66BB45
Black with #66BB45
Text Example
Text Example
White with #66BB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB45; }
p { color: rgb(102,187,69); }
H1.HeaderClassName
{
color: #66BB45;
}
.AnyTagClassName
{
color: #66BB45;
}
</style>
background-color css
<style>
a { background-color: #66BB45; }
a { background-color: rgb(102,187,69); }
div.DivClassName
{
background-color: #66BB45;
}
.BgClassName
{
background-color: #66BB45;
}
</style>
border-color css
<style>
span { border-color: #66BB45; }
span { border-color: rgb(102,187,69); }
td.TdClassName
{
border-color: #66BB45;
}
.TagClassName
{
border-color: #66BB45;
}
</style>