Shades of Apple #66B935
Tints of Apple #66B935
RGB
CMYK
RGB Variations
Color information
#66B935 (or 0x66B935) is known color: Apple. HEX triplet: 66, B9 and 35. RGB value is (102,185,53). Sum of RGB (Red+Green+Blue) = 102+185+53=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #66B935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B935 is #9946CA. Grayscale: #919191. Windows color (decimal): -10045131 or 3520870. OLE color: 3520870.
HSL color Cylindrical-coordinate representation of color #66B935: hue angle of 97.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66B935 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 53 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.27 |
| HSL | 97.73º | 0.55% | 0.47% | - |
| HSV(B) | 97.73º | 0.71% | 0.73% | - |
| XYZ | 23.47 | 37.78 | 9.42 | - |
| YUV | 145.14 | 76 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 53 | 0.45 | 0 | 0.71 | 0.27 | 97.73 | 0.55 | 0.47 |
| Hex | 66 | B9 | 35 | 2D | 0 | 47 | 1B | 62 | 37 | 2F |
| Octal | 146 | 271 | 65 | 55 | 0 | 107 | 33 | 142 | 67 | 57 |
| Binary | 1100110 | 10111001 | 110101 | 101101 | 0 | 1000111 | 11011 | 1100010 | 110111 | 101111 |
Color Harmonies of #66B935
Complementary color
Monochromatic Colors of #66B935
Black with #66B935
Text Example
Text Example
White with #66B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B935; }
p { color: rgb(102,185,53); }
H1.HeaderClassName
{
color: #66B935;
}
.AnyTagClassName
{
color: #66B935;
}
</style>
background-color css
<style>
a { background-color: #66B935; }
a { background-color: rgb(102,185,53); }
div.DivClassName
{
background-color: #66B935;
}
.BgClassName
{
background-color: #66B935;
}
</style>
border-color css
<style>
span { border-color: #66B935; }
span { border-color: rgb(102,185,53); }
td.TdClassName
{
border-color: #66B935;
}
.TagClassName
{
border-color: #66B935;
}
</style>