Shades of Conifer #ABDD44
Tints of Conifer #ABDD44
RGB
CMYK
RGB Variations
Color information
#ABDD44 (or 0xABDD44) is known color: Conifer. HEX triplet: AB, DD and 44. RGB value is (171,221,68). Sum of RGB (Red+Green+Blue) = 171+221+68=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD44 is #5422BB. Grayscale: #BDBDBD. Windows color (decimal): -5513916 or 4513195. OLE color: 4513195.
HSL color Cylindrical-coordinate representation of color #ABDD44: hue angle of 79.61º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABDD44 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 68 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.13 |
| HSL | 79.61º | 0.69% | 0.57% | - |
| HSV(B) | 79.61º | 0.69% | 0.87% | - |
| XYZ | 43.69 | 60.79 | 14.9 | - |
| YUV | 188.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 68 | 0.23 | 0 | 0.69 | 0.13 | 79.61 | 0.69 | 0.57 |
| Hex | AB | DD | 44 | 17 | 0 | 45 | D | 50 | 45 | 39 |
| Octal | 253 | 335 | 104 | 27 | 0 | 105 | 15 | 120 | 105 | 71 |
| Binary | 10101011 | 11011101 | 1000100 | 10111 | 0 | 1000101 | 1101 | 1010000 | 1000101 | 111001 |
Color Harmonies of #ABDD44
Complementary color
Monochromatic Colors of #ABDD44
Black with #ABDD44
Text Example
Text Example
White with #ABDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD44; }
p { color: rgb(171,221,68); }
H1.HeaderClassName
{
color: #ABDD44;
}
.AnyTagClassName
{
color: #ABDD44;
}
</style>
background-color css
<style>
a { background-color: #ABDD44; }
a { background-color: rgb(171,221,68); }
div.DivClassName
{
background-color: #ABDD44;
}
.BgClassName
{
background-color: #ABDD44;
}
</style>
border-color css
<style>
span { border-color: #ABDD44; }
span { border-color: rgb(171,221,68); }
td.TdClassName
{
border-color: #ABDD44;
}
.TagClassName
{
border-color: #ABDD44;
}
</style>