Shades of Conifer #ABDD5E
Tints of Conifer #ABDD5E
RGB
CMYK
RGB Variations
Color information
#ABDD5E (or 0xABDD5E) is known color: Conifer. HEX triplet: AB, DD and 5E. RGB value is (171,221,94). Sum of RGB (Red+Green+Blue) = 171+221+94=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD5E is #5422A1. Grayscale: #C0C0C0. Windows color (decimal): -5513890 or 6217131. OLE color: 6217131.
HSL color Cylindrical-coordinate representation of color #ABDD5E: hue angle of 83.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABDD5E is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 94 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.13 |
| HSL | 83.62º | 0.65% | 0.62% | - |
| HSV(B) | 83.62º | 0.57% | 0.87% | - |
| XYZ | 44.67 | 61.18 | 20.04 | - |
| YUV | 191.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 94 | 0.23 | 0 | 0.57 | 0.13 | 83.62 | 0.65 | 0.62 |
| Hex | AB | DD | 5E | 17 | 0 | 39 | D | 54 | 41 | 3E |
| Octal | 253 | 335 | 136 | 27 | 0 | 71 | 15 | 124 | 101 | 76 |
| Binary | 10101011 | 11011101 | 1011110 | 10111 | 0 | 111001 | 1101 | 1010100 | 1000001 | 111110 |
Color Harmonies of #ABDD5E
Complementary color
Monochromatic Colors of #ABDD5E
Black with #ABDD5E
Text Example
Text Example
White with #ABDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD5E; }
p { color: rgb(171,221,94); }
H1.HeaderClassName
{
color: #ABDD5E;
}
.AnyTagClassName
{
color: #ABDD5E;
}
</style>
background-color css
<style>
a { background-color: #ABDD5E; }
a { background-color: rgb(171,221,94); }
div.DivClassName
{
background-color: #ABDD5E;
}
.BgClassName
{
background-color: #ABDD5E;
}
</style>
border-color css
<style>
span { border-color: #ABDD5E; }
span { border-color: rgb(171,221,94); }
td.TdClassName
{
border-color: #ABDD5E;
}
.TagClassName
{
border-color: #ABDD5E;
}
</style>