Shades of Conifer #ABDF66
Tints of Conifer #ABDF66
RGB
CMYK
RGB Variations
Color information
#ABDF66 (or 0xABDF66) is known color: Conifer. HEX triplet: AB, DF and 66. RGB value is (171,223,102). Sum of RGB (Red+Green+Blue) = 171+223+102=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF66 is #542099. Grayscale: #C2C2C2. Windows color (decimal): -5513370 or 6741931. OLE color: 6741931.
HSL color Cylindrical-coordinate representation of color #ABDF66: hue angle of 85.79º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABDF66 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 102 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.13 |
| HSL | 85.79º | 0.65% | 0.64% | - |
| HSV(B) | 85.79º | 0.54% | 0.87% | - |
| XYZ | 45.58 | 62.39 | 22.21 | - |
| YUV | 193.66 | 76.27 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 102 | 0.23 | 0 | 0.54 | 0.13 | 85.79 | 0.65 | 0.64 |
| Hex | AB | DF | 66 | 17 | 0 | 36 | D | 56 | 41 | 40 |
| Octal | 253 | 337 | 146 | 27 | 0 | 66 | 15 | 126 | 101 | 100 |
| Binary | 10101011 | 11011111 | 1100110 | 10111 | 0 | 110110 | 1101 | 1010110 | 1000001 | 1000000 |
Color Harmonies of #ABDF66
Complementary color
Monochromatic Colors of #ABDF66
Black with #ABDF66
Text Example
Text Example
White with #ABDF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF66; }
p { color: rgb(171,223,102); }
H1.HeaderClassName
{
color: #ABDF66;
}
.AnyTagClassName
{
color: #ABDF66;
}
</style>
background-color css
<style>
a { background-color: #ABDF66; }
a { background-color: rgb(171,223,102); }
div.DivClassName
{
background-color: #ABDF66;
}
.BgClassName
{
background-color: #ABDF66;
}
</style>
border-color css
<style>
span { border-color: #ABDF66; }
span { border-color: rgb(171,223,102); }
td.TdClassName
{
border-color: #ABDF66;
}
.TagClassName
{
border-color: #ABDF66;
}
</style>