Shades of Apple #66AF31
Tints of Apple #66AF31
RGB
CMYK
RGB Variations
Color information
#66AF31 (or 0x66AF31) is known color: Apple. HEX triplet: 66, AF and 31. RGB value is (102,175,49). Sum of RGB (Red+Green+Blue) = 102+175+49=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AF31 is #9950CE. Grayscale: #8B8B8B. Windows color (decimal): -10047695 or 3256166. OLE color: 3256166.
HSL color Cylindrical-coordinate representation of color #66AF31: hue angle of 94.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66AF31 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 49 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.31 |
| HSL | 94.76º | 0.56% | 0.44% | - |
| HSV(B) | 94.76º | 0.72% | 0.69% | - |
| XYZ | 21.36 | 33.71 | 8.29 | - |
| YUV | 138.81 | 77.32 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 49 | 0.42 | 0 | 0.72 | 0.31 | 94.76 | 0.56 | 0.44 |
| Hex | 66 | AF | 31 | 2A | 0 | 48 | 1F | 5F | 38 | 2C |
| Octal | 146 | 257 | 61 | 52 | 0 | 110 | 37 | 137 | 70 | 54 |
| Binary | 1100110 | 10101111 | 110001 | 101010 | 0 | 1001000 | 11111 | 1011111 | 111000 | 101100 |
Color Harmonies of #66AF31
Complementary color
Monochromatic Colors of #66AF31
Black with #66AF31
Text Example
Text Example
White with #66AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF31; }
p { color: rgb(102,175,49); }
H1.HeaderClassName
{
color: #66AF31;
}
.AnyTagClassName
{
color: #66AF31;
}
</style>
background-color css
<style>
a { background-color: #66AF31; }
a { background-color: rgb(102,175,49); }
div.DivClassName
{
background-color: #66AF31;
}
.BgClassName
{
background-color: #66AF31;
}
</style>
border-color css
<style>
span { border-color: #66AF31; }
span { border-color: rgb(102,175,49); }
td.TdClassName
{
border-color: #66AF31;
}
.TagClassName
{
border-color: #66AF31;
}
</style>