Shades of Conifer #ABDD54
Tints of Conifer #ABDD54
RGB
CMYK
RGB Variations
Color information
#ABDD54 (or 0xABDD54) is known color: Conifer. HEX triplet: AB, DD and 54. RGB value is (171,221,84). Sum of RGB (Red+Green+Blue) = 171+221+84=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD54 is #5422AB. Grayscale: #BEBEBE. Windows color (decimal): -5513900 or 5561771. OLE color: 5561771.
HSL color Cylindrical-coordinate representation of color #ABDD54: hue angle of 81.9º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABDD54 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 84 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.13 |
| HSL | 81.9º | 0.67% | 0.6% | - |
| HSV(B) | 81.9º | 0.62% | 0.87% | - |
| XYZ | 44.25 | 61.01 | 17.83 | - |
| YUV | 190.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 84 | 0.23 | 0 | 0.62 | 0.13 | 81.9 | 0.67 | 0.6 |
| Hex | AB | DD | 54 | 17 | 0 | 3E | D | 52 | 43 | 3C |
| Octal | 253 | 335 | 124 | 27 | 0 | 76 | 15 | 122 | 103 | 74 |
| Binary | 10101011 | 11011101 | 1010100 | 10111 | 0 | 111110 | 1101 | 1010010 | 1000011 | 111100 |
Color Harmonies of #ABDD54
Complementary color
Monochromatic Colors of #ABDD54
Black with #ABDD54
Text Example
Text Example
White with #ABDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD54; }
p { color: rgb(171,221,84); }
H1.HeaderClassName
{
color: #ABDD54;
}
.AnyTagClassName
{
color: #ABDD54;
}
</style>
background-color css
<style>
a { background-color: #ABDD54; }
a { background-color: rgb(171,221,84); }
div.DivClassName
{
background-color: #ABDD54;
}
.BgClassName
{
background-color: #ABDD54;
}
</style>
border-color css
<style>
span { border-color: #ABDD54; }
span { border-color: rgb(171,221,84); }
td.TdClassName
{
border-color: #ABDD54;
}
.TagClassName
{
border-color: #ABDD54;
}
</style>