Shades of Conifer #ABDF67
Tints of Conifer #ABDF67
RGB
CMYK
RGB Variations
Color information
#ABDF67 (or 0xABDF67) is known color: Conifer. HEX triplet: AB, DF and 67. RGB value is (171,223,103). Sum of RGB (Red+Green+Blue) = 171+223+103=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF67 is #542098. Grayscale: #C2C2C2. Windows color (decimal): -5513369 or 6807467. OLE color: 6807467.
HSL color Cylindrical-coordinate representation of color #ABDF67: hue angle of 86º 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 #ABDF67 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 103 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.13 |
| HSL | 86º | 0.65% | 0.64% | - |
| HSV(B) | 86º | 0.54% | 0.87% | - |
| XYZ | 45.63 | 62.41 | 22.47 | - |
| YUV | 193.77 | 76.77 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 103 | 0.23 | 0 | 0.54 | 0.13 | 86 | 0.65 | 0.64 |
| Hex | AB | DF | 67 | 17 | 0 | 36 | D | 56 | 41 | 40 |
| Octal | 253 | 337 | 147 | 27 | 0 | 66 | 15 | 126 | 101 | 100 |
| Binary | 10101011 | 11011111 | 1100111 | 10111 | 0 | 110110 | 1101 | 1010110 | 1000001 | 1000000 |
Color Harmonies of #ABDF67
Complementary color
Monochromatic Colors of #ABDF67
Black with #ABDF67
Text Example
Text Example
White with #ABDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF67; }
p { color: rgb(171,223,103); }
H1.HeaderClassName
{
color: #ABDF67;
}
.AnyTagClassName
{
color: #ABDF67;
}
</style>
background-color css
<style>
a { background-color: #ABDF67; }
a { background-color: rgb(171,223,103); }
div.DivClassName
{
background-color: #ABDF67;
}
.BgClassName
{
background-color: #ABDF67;
}
</style>
border-color css
<style>
span { border-color: #ABDF67; }
span { border-color: rgb(171,223,103); }
td.TdClassName
{
border-color: #ABDF67;
}
.TagClassName
{
border-color: #ABDF67;
}
</style>