Shades of Conifer #ABDD43
Tints of Conifer #ABDD43
RGB
CMYK
RGB Variations
Color information
#ABDD43 (or 0xABDD43) is known color: Conifer. HEX triplet: AB, DD and 43. RGB value is (171,221,67). Sum of RGB (Red+Green+Blue) = 171+221+67=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD43 is #5422BC. Grayscale: #BDBDBD. Windows color (decimal): -5513917 or 4447659. OLE color: 4447659.
HSL color Cylindrical-coordinate representation of color #ABDD43: hue angle of 79.48º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABDD43 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 67 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.13 |
| HSL | 79.48º | 0.69% | 0.56% | - |
| HSV(B) | 79.48º | 0.7% | 0.87% | - |
| XYZ | 43.66 | 60.78 | 14.74 | - |
| YUV | 188.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 67 | 0.23 | 0 | 0.70 | 0.13 | 79.48 | 0.69 | 0.56 |
| Hex | AB | DD | 43 | 17 | 0 | 46 | D | 4F | 45 | 38 |
| Octal | 253 | 335 | 103 | 27 | 0 | 106 | 15 | 117 | 105 | 70 |
| Binary | 10101011 | 11011101 | 1000011 | 10111 | 0 | 1000110 | 1101 | 1001111 | 1000101 | 111000 |
Color Harmonies of #ABDD43
Complementary color
Monochromatic Colors of #ABDD43
Black with #ABDD43
Text Example
Text Example
White with #ABDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD43; }
p { color: rgb(171,221,67); }
H1.HeaderClassName
{
color: #ABDD43;
}
.AnyTagClassName
{
color: #ABDD43;
}
</style>
background-color css
<style>
a { background-color: #ABDD43; }
a { background-color: rgb(171,221,67); }
div.DivClassName
{
background-color: #ABDD43;
}
.BgClassName
{
background-color: #ABDD43;
}
</style>
border-color css
<style>
span { border-color: #ABDD43; }
span { border-color: rgb(171,221,67); }
td.TdClassName
{
border-color: #ABDD43;
}
.TagClassName
{
border-color: #ABDD43;
}
</style>