Shades of Conifer #ABDD5C
Tints of Conifer #ABDD5C
RGB
CMYK
RGB Variations
Color information
#ABDD5C (or 0xABDD5C) is known color: Conifer. HEX triplet: AB, DD and 5C. RGB value is (171,221,92). Sum of RGB (Red+Green+Blue) = 171+221+92=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD5C is #5422A3. Grayscale: #BFBFBF. Windows color (decimal): -5513892 or 6086059. OLE color: 6086059.
HSL color Cylindrical-coordinate representation of color #ABDD5C: hue angle of 83.26º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABDD5C is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 92 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.13 |
| HSL | 83.26º | 0.65% | 0.61% | - |
| HSV(B) | 83.26º | 0.58% | 0.87% | - |
| XYZ | 44.58 | 61.14 | 19.58 | - |
| YUV | 191.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 92 | 0.23 | 0 | 0.58 | 0.13 | 83.26 | 0.65 | 0.61 |
| Hex | AB | DD | 5C | 17 | 0 | 3A | D | 53 | 41 | 3D |
| Octal | 253 | 335 | 134 | 27 | 0 | 72 | 15 | 123 | 101 | 75 |
| Binary | 10101011 | 11011101 | 1011100 | 10111 | 0 | 111010 | 1101 | 1010011 | 1000001 | 111101 |
Color Harmonies of #ABDD5C
Complementary color
Monochromatic Colors of #ABDD5C
Black with #ABDD5C
Text Example
Text Example
White with #ABDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD5C; }
p { color: rgb(171,221,92); }
H1.HeaderClassName
{
color: #ABDD5C;
}
.AnyTagClassName
{
color: #ABDD5C;
}
</style>
background-color css
<style>
a { background-color: #ABDD5C; }
a { background-color: rgb(171,221,92); }
div.DivClassName
{
background-color: #ABDD5C;
}
.BgClassName
{
background-color: #ABDD5C;
}
</style>
border-color css
<style>
span { border-color: #ABDD5C; }
span { border-color: rgb(171,221,92); }
td.TdClassName
{
border-color: #ABDD5C;
}
.TagClassName
{
border-color: #ABDD5C;
}
</style>