Shades of Conifer #ABDE56
Tints of Conifer #ABDE56
RGB
CMYK
RGB Variations
Color information
#ABDE56 (or 0xABDE56) is known color: Conifer. HEX triplet: AB, DE and 56. RGB value is (171,222,86). Sum of RGB (Red+Green+Blue) = 171+222+86=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE56 is #5421A9. Grayscale: #BFBFBF. Windows color (decimal): -5513642 or 5693099. OLE color: 5693099.
HSL color Cylindrical-coordinate representation of color #ABDE56: hue angle of 82.5º degrees, saturation: 0.67, 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 #ABDE56 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 86 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.13 |
| HSL | 82.5º | 0.67% | 0.6% | - |
| HSV(B) | 82.5º | 0.61% | 0.87% | - |
| XYZ | 44.6 | 61.57 | 18.34 | - |
| YUV | 191.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 86 | 0.23 | 0 | 0.61 | 0.13 | 82.5 | 0.67 | 0.6 |
| Hex | AB | DE | 56 | 17 | 0 | 3D | D | 52 | 43 | 3C |
| Octal | 253 | 336 | 126 | 27 | 0 | 75 | 15 | 122 | 103 | 74 |
| Binary | 10101011 | 11011110 | 1010110 | 10111 | 0 | 111101 | 1101 | 1010010 | 1000011 | 111100 |
Color Harmonies of #ABDE56
Complementary color
Monochromatic Colors of #ABDE56
Black with #ABDE56
Text Example
Text Example
White with #ABDE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE56; }
p { color: rgb(171,222,86); }
H1.HeaderClassName
{
color: #ABDE56;
}
.AnyTagClassName
{
color: #ABDE56;
}
</style>
background-color css
<style>
a { background-color: #ABDE56; }
a { background-color: rgb(171,222,86); }
div.DivClassName
{
background-color: #ABDE56;
}
.BgClassName
{
background-color: #ABDE56;
}
</style>
border-color css
<style>
span { border-color: #ABDE56; }
span { border-color: rgb(171,222,86); }
td.TdClassName
{
border-color: #ABDE56;
}
.TagClassName
{
border-color: #ABDE56;
}
</style>