Shades of Conifer #ABDF64
Tints of Conifer #ABDF64
RGB
CMYK
RGB Variations
Color information
#ABDF64 (or 0xABDF64) is known color: Conifer. HEX triplet: AB, DF and 64. RGB value is (171,223,100). Sum of RGB (Red+Green+Blue) = 171+223+100=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF64 is #54209B. Grayscale: #C1C1C1. Windows color (decimal): -5513372 or 6610859. OLE color: 6610859.
HSL color Cylindrical-coordinate representation of color #ABDF64: hue angle of 85.37º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABDF64 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 100 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.13 |
| HSL | 85.37º | 0.66% | 0.63% | - |
| HSV(B) | 85.37º | 0.55% | 0.87% | - |
| XYZ | 45.48 | 62.35 | 21.69 | - |
| YUV | 193.43 | 75.27 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 100 | 0.23 | 0 | 0.55 | 0.13 | 85.37 | 0.66 | 0.63 |
| Hex | AB | DF | 64 | 17 | 0 | 37 | D | 55 | 42 | 3F |
| Octal | 253 | 337 | 144 | 27 | 0 | 67 | 15 | 125 | 102 | 77 |
| Binary | 10101011 | 11011111 | 1100100 | 10111 | 0 | 110111 | 1101 | 1010101 | 1000010 | 111111 |
Color Harmonies of #ABDF64
Complementary color
Monochromatic Colors of #ABDF64
Black with #ABDF64
Text Example
Text Example
White with #ABDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF64; }
p { color: rgb(171,223,100); }
H1.HeaderClassName
{
color: #ABDF64;
}
.AnyTagClassName
{
color: #ABDF64;
}
</style>
background-color css
<style>
a { background-color: #ABDF64; }
a { background-color: rgb(171,223,100); }
div.DivClassName
{
background-color: #ABDF64;
}
.BgClassName
{
background-color: #ABDF64;
}
</style>
border-color css
<style>
span { border-color: #ABDF64; }
span { border-color: rgb(171,223,100); }
td.TdClassName
{
border-color: #ABDF64;
}
.TagClassName
{
border-color: #ABDF64;
}
</style>