Shades of Conifer #ABDC5D
Tints of Conifer #ABDC5D
RGB
CMYK
RGB Variations
Color information
#ABDC5D (or 0xABDC5D) is known color: Conifer. HEX triplet: AB, DC and 5D. RGB value is (171,220,93). Sum of RGB (Red+Green+Blue) = 171+220+93=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC5D is #5423A2. Grayscale: #BFBFBF. Windows color (decimal): -5514147 or 6151339. OLE color: 6151339.
HSL color Cylindrical-coordinate representation of color #ABDC5D: hue angle of 83.15º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABDC5D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 93 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.14 |
| HSL | 83.15º | 0.64% | 0.61% | - |
| HSV(B) | 83.15º | 0.58% | 0.86% | - |
| XYZ | 44.36 | 60.63 | 19.72 | - |
| YUV | 190.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 93 | 0.22 | 0 | 0.58 | 0.14 | 83.15 | 0.64 | 0.61 |
| Hex | AB | DC | 5D | 16 | 0 | 3A | E | 53 | 40 | 3D |
| Octal | 253 | 334 | 135 | 26 | 0 | 72 | 16 | 123 | 100 | 75 |
| Binary | 10101011 | 11011100 | 1011101 | 10110 | 0 | 111010 | 1110 | 1010011 | 1000000 | 111101 |
Color Harmonies of #ABDC5D
Complementary color
Monochromatic Colors of #ABDC5D
Black with #ABDC5D
Text Example
Text Example
White with #ABDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC5D; }
p { color: rgb(171,220,93); }
H1.HeaderClassName
{
color: #ABDC5D;
}
.AnyTagClassName
{
color: #ABDC5D;
}
</style>
background-color css
<style>
a { background-color: #ABDC5D; }
a { background-color: rgb(171,220,93); }
div.DivClassName
{
background-color: #ABDC5D;
}
.BgClassName
{
background-color: #ABDC5D;
}
</style>
border-color css
<style>
span { border-color: #ABDC5D; }
span { border-color: rgb(171,220,93); }
td.TdClassName
{
border-color: #ABDC5D;
}
.TagClassName
{
border-color: #ABDC5D;
}
</style>