Shades of Conifer #ABDD5D
Tints of Conifer #ABDD5D
RGB
CMYK
RGB Variations
Color information
#ABDD5D (or 0xABDD5D) is known color: Conifer. HEX triplet: AB, DD and 5D. RGB value is (171,221,93). Sum of RGB (Red+Green+Blue) = 171+221+93=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD5D is #5422A2. Grayscale: #BFBFBF. Windows color (decimal): -5513891 or 6151595. OLE color: 6151595.
HSL color Cylindrical-coordinate representation of color #ABDD5D: hue angle of 83.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABDD5D is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 93 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.13 |
| HSL | 83.44º | 0.65% | 0.62% | - |
| HSV(B) | 83.44º | 0.58% | 0.87% | - |
| XYZ | 44.63 | 61.16 | 19.81 | - |
| YUV | 191.46 | 72.44 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 93 | 0.23 | 0 | 0.58 | 0.13 | 83.44 | 0.65 | 0.62 |
| Hex | AB | DD | 5D | 17 | 0 | 3A | D | 53 | 41 | 3E |
| Octal | 253 | 335 | 135 | 27 | 0 | 72 | 15 | 123 | 101 | 76 |
| Binary | 10101011 | 11011101 | 1011101 | 10111 | 0 | 111010 | 1101 | 1010011 | 1000001 | 111110 |
Color Harmonies of #ABDD5D
Complementary color
Monochromatic Colors of #ABDD5D
Black with #ABDD5D
Text Example
Text Example
White with #ABDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD5D; }
p { color: rgb(171,221,93); }
H1.HeaderClassName
{
color: #ABDD5D;
}
.AnyTagClassName
{
color: #ABDD5D;
}
</style>
background-color css
<style>
a { background-color: #ABDD5D; }
a { background-color: rgb(171,221,93); }
div.DivClassName
{
background-color: #ABDD5D;
}
.BgClassName
{
background-color: #ABDD5D;
}
</style>
border-color css
<style>
span { border-color: #ABDD5D; }
span { border-color: rgb(171,221,93); }
td.TdClassName
{
border-color: #ABDD5D;
}
.TagClassName
{
border-color: #ABDD5D;
}
</style>