Shades of Conifer #ABDD42
Tints of Conifer #ABDD42
RGB
CMYK
RGB Variations
Color information
#ABDD42 (or 0xABDD42) is known color: Conifer. HEX triplet: AB, DD and 42. RGB value is (171,221,66). Sum of RGB (Red+Green+Blue) = 171+221+66=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD42 is #5422BD. Grayscale: #BCBCBC. Windows color (decimal): -5513918 or 4382123. OLE color: 4382123.
HSL color Cylindrical-coordinate representation of color #ABDD42: hue angle of 79.35º degrees, saturation: 0.7, 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 #ABDD42 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 66 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.13 |
| HSL | 79.35º | 0.7% | 0.56% | - |
| HSV(B) | 79.35º | 0.7% | 0.87% | - |
| XYZ | 43.63 | 60.76 | 14.58 | - |
| YUV | 188.38 | 58.94 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 66 | 0.23 | 0 | 0.70 | 0.13 | 79.35 | 0.7 | 0.56 |
| Hex | AB | DD | 42 | 17 | 0 | 46 | D | 4F | 46 | 38 |
| Octal | 253 | 335 | 102 | 27 | 0 | 106 | 15 | 117 | 106 | 70 |
| Binary | 10101011 | 11011101 | 1000010 | 10111 | 0 | 1000110 | 1101 | 1001111 | 1000110 | 111000 |
Color Harmonies of #ABDD42
Complementary color
Monochromatic Colors of #ABDD42
Black with #ABDD42
Text Example
Text Example
White with #ABDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD42; }
p { color: rgb(171,221,66); }
H1.HeaderClassName
{
color: #ABDD42;
}
.AnyTagClassName
{
color: #ABDD42;
}
</style>
background-color css
<style>
a { background-color: #ABDD42; }
a { background-color: rgb(171,221,66); }
div.DivClassName
{
background-color: #ABDD42;
}
.BgClassName
{
background-color: #ABDD42;
}
</style>
border-color css
<style>
span { border-color: #ABDD42; }
span { border-color: rgb(171,221,66); }
td.TdClassName
{
border-color: #ABDD42;
}
.TagClassName
{
border-color: #ABDD42;
}
</style>