Shades of Conifer #ABDD40
Tints of Conifer #ABDD40
RGB
CMYK
RGB Variations
Color information
#ABDD40 (or 0xABDD40) is known color: Conifer. HEX triplet: AB, DD and 40. RGB value is (171,221,64). Sum of RGB (Red+Green+Blue) = 171+221+64=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD40 is #5422BF. Grayscale: #BCBCBC. Windows color (decimal): -5513920 or 4251051. OLE color: 4251051.
HSL color Cylindrical-coordinate representation of color #ABDD40: hue angle of 79.11º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABDD40 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 64 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.13 |
| HSL | 79.11º | 0.7% | 0.56% | - |
| HSV(B) | 79.11º | 0.71% | 0.87% | - |
| XYZ | 43.58 | 60.74 | 14.28 | - |
| YUV | 188.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 64 | 0.23 | 0 | 0.71 | 0.13 | 79.11 | 0.7 | 0.56 |
| Hex | AB | DD | 40 | 17 | 0 | 47 | D | 4F | 46 | 38 |
| Octal | 253 | 335 | 100 | 27 | 0 | 107 | 15 | 117 | 106 | 70 |
| Binary | 10101011 | 11011101 | 1000000 | 10111 | 0 | 1000111 | 1101 | 1001111 | 1000110 | 111000 |
Color Harmonies of #ABDD40
Complementary color
Monochromatic Colors of #ABDD40
Black with #ABDD40
Text Example
Text Example
White with #ABDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD40; }
p { color: rgb(171,221,64); }
H1.HeaderClassName
{
color: #ABDD40;
}
.AnyTagClassName
{
color: #ABDD40;
}
</style>
background-color css
<style>
a { background-color: #ABDD40; }
a { background-color: rgb(171,221,64); }
div.DivClassName
{
background-color: #ABDD40;
}
.BgClassName
{
background-color: #ABDD40;
}
</style>
border-color css
<style>
span { border-color: #ABDD40; }
span { border-color: rgb(171,221,64); }
td.TdClassName
{
border-color: #ABDD40;
}
.TagClassName
{
border-color: #ABDD40;
}
</style>