Shades of Conifer #ABDB42
Tints of Conifer #ABDB42
RGB
CMYK
RGB Variations
Color information
#ABDB42 (or 0xABDB42) is known color: Conifer. HEX triplet: AB, DB and 42. RGB value is (171,219,66). Sum of RGB (Red+Green+Blue) = 171+219+66=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB42 is #5424BD. Grayscale: #BBBBBB. Windows color (decimal): -5514430 or 4381611. OLE color: 4381611.
HSL color Cylindrical-coordinate representation of color #ABDB42: hue angle of 78.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABDB42 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 66 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.14 |
| HSL | 78.82º | 0.68% | 0.56% | - |
| HSV(B) | 78.82º | 0.7% | 0.86% | - |
| XYZ | 43.11 | 59.71 | 14.41 | - |
| YUV | 187.21 | 59.6 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 66 | 0.22 | 0 | 0.70 | 0.14 | 78.82 | 0.68 | 0.56 |
| Hex | AB | DB | 42 | 16 | 0 | 46 | E | 4F | 44 | 38 |
| Octal | 253 | 333 | 102 | 26 | 0 | 106 | 16 | 117 | 104 | 70 |
| Binary | 10101011 | 11011011 | 1000010 | 10110 | 0 | 1000110 | 1110 | 1001111 | 1000100 | 111000 |
Color Harmonies of #ABDB42
Complementary color
Monochromatic Colors of #ABDB42
Black with #ABDB42
Text Example
Text Example
White with #ABDB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB42; }
p { color: rgb(171,219,66); }
H1.HeaderClassName
{
color: #ABDB42;
}
.AnyTagClassName
{
color: #ABDB42;
}
</style>
background-color css
<style>
a { background-color: #ABDB42; }
a { background-color: rgb(171,219,66); }
div.DivClassName
{
background-color: #ABDB42;
}
.BgClassName
{
background-color: #ABDB42;
}
</style>
border-color css
<style>
span { border-color: #ABDB42; }
span { border-color: rgb(171,219,66); }
td.TdClassName
{
border-color: #ABDB42;
}
.TagClassName
{
border-color: #ABDB42;
}
</style>