Shades of Conifer #ABD54D
Tints of Conifer #ABD54D
RGB
CMYK
RGB Variations
Color information
#ABD54D (or 0xABD54D) is known color: Conifer. HEX triplet: AB, D5 and 4D. RGB value is (171,213,77). Sum of RGB (Red+Green+Blue) = 171+213+77=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD54D is #542AB2. Grayscale: #B9B9B9. Windows color (decimal): -5515955 or 5100971. OLE color: 5100971.
HSL color Cylindrical-coordinate representation of color #ABD54D: hue angle of 78.53º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABD54D is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 213 | 77 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.16 |
| HSL | 78.53º | 0.62% | 0.57% | - |
| HSV(B) | 78.53º | 0.64% | 0.84% | - |
| XYZ | 41.93 | 56.78 | 15.77 | - |
| YUV | 184.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 213 | 77 | 0.20 | 0 | 0.64 | 0.16 | 78.53 | 0.62 | 0.57 |
| Hex | AB | D5 | 4D | 14 | 0 | 40 | 10 | 4F | 3E | 39 |
| Octal | 253 | 325 | 115 | 24 | 0 | 100 | 20 | 117 | 76 | 71 |
| Binary | 10101011 | 11010101 | 1001101 | 10100 | 0 | 1000000 | 10000 | 1001111 | 111110 | 111001 |
Color Harmonies of #ABD54D
Complementary color
Monochromatic Colors of #ABD54D
Black with #ABD54D
Text Example
Text Example
White with #ABD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD54D; }
p { color: rgb(171,213,77); }
H1.HeaderClassName
{
color: #ABD54D;
}
.AnyTagClassName
{
color: #ABD54D;
}
</style>
background-color css
<style>
a { background-color: #ABD54D; }
a { background-color: rgb(171,213,77); }
div.DivClassName
{
background-color: #ABD54D;
}
.BgClassName
{
background-color: #ABD54D;
}
</style>
border-color css
<style>
span { border-color: #ABD54D; }
span { border-color: rgb(171,213,77); }
td.TdClassName
{
border-color: #ABD54D;
}
.TagClassName
{
border-color: #ABD54D;
}
</style>