Shades of Conifer #ABDF5C
Tints of Conifer #ABDF5C
RGB
CMYK
RGB Variations
Color information
#ABDF5C (or 0xABDF5C) is known color: Conifer. HEX triplet: AB, DF and 5C. RGB value is (171,223,92). Sum of RGB (Red+Green+Blue) = 171+223+92=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF5C is #5420A3. Grayscale: #C0C0C0. Windows color (decimal): -5513380 or 6086571. OLE color: 6086571.
HSL color Cylindrical-coordinate representation of color #ABDF5C: hue angle of 83.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABDF5C is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 92 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.13 |
| HSL | 83.82º | 0.67% | 0.62% | - |
| HSV(B) | 83.82º | 0.59% | 0.87% | - |
| XYZ | 45.11 | 62.21 | 19.75 | - |
| YUV | 192.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 92 | 0.23 | 0 | 0.59 | 0.13 | 83.82 | 0.67 | 0.62 |
| Hex | AB | DF | 5C | 17 | 0 | 3B | D | 54 | 43 | 3E |
| Octal | 253 | 337 | 134 | 27 | 0 | 73 | 15 | 124 | 103 | 76 |
| Binary | 10101011 | 11011111 | 1011100 | 10111 | 0 | 111011 | 1101 | 1010100 | 1000011 | 111110 |
Color Harmonies of #ABDF5C
Complementary color
Monochromatic Colors of #ABDF5C
Black with #ABDF5C
Text Example
Text Example
White with #ABDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF5C; }
p { color: rgb(171,223,92); }
H1.HeaderClassName
{
color: #ABDF5C;
}
.AnyTagClassName
{
color: #ABDF5C;
}
</style>
background-color css
<style>
a { background-color: #ABDF5C; }
a { background-color: rgb(171,223,92); }
div.DivClassName
{
background-color: #ABDF5C;
}
.BgClassName
{
background-color: #ABDF5C;
}
</style>
border-color css
<style>
span { border-color: #ABDF5C; }
span { border-color: rgb(171,223,92); }
td.TdClassName
{
border-color: #ABDF5C;
}
.TagClassName
{
border-color: #ABDF5C;
}
</style>