Shades of Apple #66BA4B
Tints of Apple #66BA4B
RGB
CMYK
RGB Variations
Color information
#66BA4B (or 0x66BA4B) is known color: Apple. HEX triplet: 66, BA and 4B. RGB value is (102,186,75). Sum of RGB (Red+Green+Blue) = 102+186+75=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BA4B is #9945B4. Grayscale: #949494. Windows color (decimal): -10044853 or 4962918. OLE color: 4962918.
HSL color Cylindrical-coordinate representation of color #66BA4B: hue angle of 105.41º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66BA4B is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 75 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.27 |
| HSL | 105.41º | 0.45% | 0.51% | - |
| HSV(B) | 105.41º | 0.6% | 0.73% | - |
| XYZ | 24.31 | 38.45 | 12.8 | - |
| YUV | 148.23 | 86.67 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 75 | 0.45 | 0 | 0.60 | 0.27 | 105.41 | 0.45 | 0.51 |
| Hex | 66 | BA | 4B | 2D | 0 | 3C | 1B | 69 | 2D | 33 |
| Octal | 146 | 272 | 113 | 55 | 0 | 74 | 33 | 151 | 55 | 63 |
| Binary | 1100110 | 10111010 | 1001011 | 101101 | 0 | 111100 | 11011 | 1101001 | 101101 | 110011 |
Color Harmonies of #66BA4B
Complementary color
Monochromatic Colors of #66BA4B
Black with #66BA4B
Text Example
Text Example
White with #66BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA4B; }
p { color: rgb(102,186,75); }
H1.HeaderClassName
{
color: #66BA4B;
}
.AnyTagClassName
{
color: #66BA4B;
}
</style>
background-color css
<style>
a { background-color: #66BA4B; }
a { background-color: rgb(102,186,75); }
div.DivClassName
{
background-color: #66BA4B;
}
.BgClassName
{
background-color: #66BA4B;
}
</style>
border-color css
<style>
span { border-color: #66BA4B; }
span { border-color: rgb(102,186,75); }
td.TdClassName
{
border-color: #66BA4B;
}
.TagClassName
{
border-color: #66BA4B;
}
</style>