Shades of Conifer #ABD74D
Tints of Conifer #ABD74D
RGB
CMYK
RGB Variations
Color information
#ABD74D (or 0xABD74D) is known color: Conifer. HEX triplet: AB, D7 and 4D. RGB value is (171,215,77). Sum of RGB (Red+Green+Blue) = 171+215+77=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD74D is #5428B2. Grayscale: #BABABA. Windows color (decimal): -5515443 or 5101483. OLE color: 5101483.
HSL color Cylindrical-coordinate representation of color #ABD74D: hue angle of 79.13º degrees, saturation: 0.63, 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 #ABD74D is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 215 | 77 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.16 |
| HSL | 79.13º | 0.63% | 0.57% | - |
| HSV(B) | 79.13º | 0.64% | 0.84% | - |
| XYZ | 42.43 | 57.79 | 15.94 | - |
| YUV | 186.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 215 | 77 | 0.20 | 0 | 0.64 | 0.16 | 79.13 | 0.63 | 0.57 |
| Hex | AB | D7 | 4D | 14 | 0 | 40 | 10 | 4F | 3F | 39 |
| Octal | 253 | 327 | 115 | 24 | 0 | 100 | 20 | 117 | 77 | 71 |
| Binary | 10101011 | 11010111 | 1001101 | 10100 | 0 | 1000000 | 10000 | 1001111 | 111111 | 111001 |
Color Harmonies of #ABD74D
Complementary color
Monochromatic Colors of #ABD74D
Black with #ABD74D
Text Example
Text Example
White with #ABD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD74D; }
p { color: rgb(171,215,77); }
H1.HeaderClassName
{
color: #ABD74D;
}
.AnyTagClassName
{
color: #ABD74D;
}
</style>
background-color css
<style>
a { background-color: #ABD74D; }
a { background-color: rgb(171,215,77); }
div.DivClassName
{
background-color: #ABD74D;
}
.BgClassName
{
background-color: #ABD74D;
}
</style>
border-color css
<style>
span { border-color: #ABD74D; }
span { border-color: rgb(171,215,77); }
td.TdClassName
{
border-color: #ABD74D;
}
.TagClassName
{
border-color: #ABD74D;
}
</style>