Shades of Conifer #ABDF65
Tints of Conifer #ABDF65
RGB
CMYK
RGB Variations
Color information
#ABDF65 (or 0xABDF65) is known color: Conifer. HEX triplet: AB, DF and 65. RGB value is (171,223,101). Sum of RGB (Red+Green+Blue) = 171+223+101=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF65 is #54209A. Grayscale: #C1C1C1. Windows color (decimal): -5513371 or 6676395. OLE color: 6676395.
HSL color Cylindrical-coordinate representation of color #ABDF65: hue angle of 85.57º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABDF65 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 101 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.13 |
| HSL | 85.57º | 0.66% | 0.64% | - |
| HSV(B) | 85.57º | 0.55% | 0.87% | - |
| XYZ | 45.53 | 62.37 | 21.95 | - |
| YUV | 193.54 | 75.77 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 101 | 0.23 | 0 | 0.55 | 0.13 | 85.57 | 0.66 | 0.64 |
| Hex | AB | DF | 65 | 17 | 0 | 37 | D | 56 | 42 | 40 |
| Octal | 253 | 337 | 145 | 27 | 0 | 67 | 15 | 126 | 102 | 100 |
| Binary | 10101011 | 11011111 | 1100101 | 10111 | 0 | 110111 | 1101 | 1010110 | 1000010 | 1000000 |
Color Harmonies of #ABDF65
Complementary color
Monochromatic Colors of #ABDF65
Black with #ABDF65
Text Example
Text Example
White with #ABDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF65; }
p { color: rgb(171,223,101); }
H1.HeaderClassName
{
color: #ABDF65;
}
.AnyTagClassName
{
color: #ABDF65;
}
</style>
background-color css
<style>
a { background-color: #ABDF65; }
a { background-color: rgb(171,223,101); }
div.DivClassName
{
background-color: #ABDF65;
}
.BgClassName
{
background-color: #ABDF65;
}
</style>
border-color css
<style>
span { border-color: #ABDF65; }
span { border-color: rgb(171,223,101); }
td.TdClassName
{
border-color: #ABDF65;
}
.TagClassName
{
border-color: #ABDF65;
}
</style>