Shades of Conifer #ABDD57
Tints of Conifer #ABDD57
RGB
CMYK
RGB Variations
Color information
#ABDD57 (or 0xABDD57) is known color: Conifer. HEX triplet: AB, DD and 57. RGB value is (171,221,87). Sum of RGB (Red+Green+Blue) = 171+221+87=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD57 is #5422A8. Grayscale: #BFBFBF. Windows color (decimal): -5513897 or 5758379. OLE color: 5758379.
HSL color Cylindrical-coordinate representation of color #ABDD57: hue angle of 82.39º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABDD57 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 87 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.13 |
| HSL | 82.39º | 0.66% | 0.6% | - |
| HSV(B) | 82.39º | 0.61% | 0.87% | - |
| XYZ | 44.37 | 61.06 | 18.46 | - |
| YUV | 190.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 87 | 0.23 | 0 | 0.61 | 0.13 | 82.39 | 0.66 | 0.6 |
| Hex | AB | DD | 57 | 17 | 0 | 3D | D | 52 | 42 | 3C |
| Octal | 253 | 335 | 127 | 27 | 0 | 75 | 15 | 122 | 102 | 74 |
| Binary | 10101011 | 11011101 | 1010111 | 10111 | 0 | 111101 | 1101 | 1010010 | 1000010 | 111100 |
Color Harmonies of #ABDD57
Complementary color
Monochromatic Colors of #ABDD57
Black with #ABDD57
Text Example
Text Example
White with #ABDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD57; }
p { color: rgb(171,221,87); }
H1.HeaderClassName
{
color: #ABDD57;
}
.AnyTagClassName
{
color: #ABDD57;
}
</style>
background-color css
<style>
a { background-color: #ABDD57; }
a { background-color: rgb(171,221,87); }
div.DivClassName
{
background-color: #ABDD57;
}
.BgClassName
{
background-color: #ABDD57;
}
</style>
border-color css
<style>
span { border-color: #ABDD57; }
span { border-color: rgb(171,221,87); }
td.TdClassName
{
border-color: #ABDD57;
}
.TagClassName
{
border-color: #ABDD57;
}
</style>