Shades of Conifer #ABDF5D
Tints of Conifer #ABDF5D
RGB
CMYK
RGB Variations
Color information
#ABDF5D (or 0xABDF5D) is known color: Conifer. HEX triplet: AB, DF and 5D. RGB value is (171,223,93). Sum of RGB (Red+Green+Blue) = 171+223+93=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF5D is #5420A2. Grayscale: #C1C1C1. Windows color (decimal): -5513379 or 6152107. OLE color: 6152107.
HSL color Cylindrical-coordinate representation of color #ABDF5D: hue angle of 84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABDF5D is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 93 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.13 |
| HSL | 84º | 0.67% | 0.62% | - |
| HSV(B) | 84º | 0.58% | 0.87% | - |
| XYZ | 45.16 | 62.22 | 19.99 | - |
| YUV | 192.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 93 | 0.23 | 0 | 0.58 | 0.13 | 84 | 0.67 | 0.62 |
| Hex | AB | DF | 5D | 17 | 0 | 3A | D | 54 | 43 | 3E |
| Octal | 253 | 337 | 135 | 27 | 0 | 72 | 15 | 124 | 103 | 76 |
| Binary | 10101011 | 11011111 | 1011101 | 10111 | 0 | 111010 | 1101 | 1010100 | 1000011 | 111110 |
Color Harmonies of #ABDF5D
Complementary color
Monochromatic Colors of #ABDF5D
Black with #ABDF5D
Text Example
Text Example
White with #ABDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF5D; }
p { color: rgb(171,223,93); }
H1.HeaderClassName
{
color: #ABDF5D;
}
.AnyTagClassName
{
color: #ABDF5D;
}
</style>
background-color css
<style>
a { background-color: #ABDF5D; }
a { background-color: rgb(171,223,93); }
div.DivClassName
{
background-color: #ABDF5D;
}
.BgClassName
{
background-color: #ABDF5D;
}
</style>
border-color css
<style>
span { border-color: #ABDF5D; }
span { border-color: rgb(171,223,93); }
td.TdClassName
{
border-color: #ABDF5D;
}
.TagClassName
{
border-color: #ABDF5D;
}
</style>