Shades of Conifer #ABDD4D
Tints of Conifer #ABDD4D
RGB
CMYK
RGB Variations
Color information
#ABDD4D (or 0xABDD4D) is known color: Conifer. HEX triplet: AB, DD and 4D. RGB value is (171,221,77). Sum of RGB (Red+Green+Blue) = 171+221+77=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD4D is #5422B2. Grayscale: #BEBEBE. Windows color (decimal): -5513907 or 5103019. OLE color: 5103019.
HSL color Cylindrical-coordinate representation of color #ABDD4D: hue angle of 80.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABDD4D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 77 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.13 |
| HSL | 80.83º | 0.68% | 0.58% | - |
| HSV(B) | 80.83º | 0.65% | 0.87% | - |
| XYZ | 43.99 | 60.91 | 16.46 | - |
| YUV | 189.63 | 64.44 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 77 | 0.23 | 0 | 0.65 | 0.13 | 80.83 | 0.68 | 0.58 |
| Hex | AB | DD | 4D | 17 | 0 | 41 | D | 51 | 44 | 3A |
| Octal | 253 | 335 | 115 | 27 | 0 | 101 | 15 | 121 | 104 | 72 |
| Binary | 10101011 | 11011101 | 1001101 | 10111 | 0 | 1000001 | 1101 | 1010001 | 1000100 | 111010 |
Color Harmonies of #ABDD4D
Complementary color
Monochromatic Colors of #ABDD4D
Black with #ABDD4D
Text Example
Text Example
White with #ABDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD4D; }
p { color: rgb(171,221,77); }
H1.HeaderClassName
{
color: #ABDD4D;
}
.AnyTagClassName
{
color: #ABDD4D;
}
</style>
background-color css
<style>
a { background-color: #ABDD4D; }
a { background-color: rgb(171,221,77); }
div.DivClassName
{
background-color: #ABDD4D;
}
.BgClassName
{
background-color: #ABDD4D;
}
</style>
border-color css
<style>
span { border-color: #ABDD4D; }
span { border-color: rgb(171,221,77); }
td.TdClassName
{
border-color: #ABDD4D;
}
.TagClassName
{
border-color: #ABDD4D;
}
</style>