Shades of Conifer #ABDD67
Tints of Conifer #ABDD67
RGB
CMYK
RGB Variations
Color information
#ABDD67 (or 0xABDD67) is known color: Conifer. HEX triplet: AB, DD and 67. RGB value is (171,221,103). Sum of RGB (Red+Green+Blue) = 171+221+103=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD67 is #542298. Grayscale: #C1C1C1. Windows color (decimal): -5513881 or 6806955. OLE color: 6806955.
HSL color Cylindrical-coordinate representation of color #ABDD67: hue angle of 85.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABDD67 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 103 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.13 |
| HSL | 85.42º | 0.63% | 0.64% | - |
| HSV(B) | 85.42º | 0.53% | 0.87% | - |
| XYZ | 45.1 | 61.35 | 22.3 | - |
| YUV | 192.6 | 77.44 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 103 | 0.23 | 0 | 0.53 | 0.13 | 85.42 | 0.63 | 0.64 |
| Hex | AB | DD | 67 | 17 | 0 | 35 | D | 55 | 3F | 40 |
| Octal | 253 | 335 | 147 | 27 | 0 | 65 | 15 | 125 | 77 | 100 |
| Binary | 10101011 | 11011101 | 1100111 | 10111 | 0 | 110101 | 1101 | 1010101 | 111111 | 1000000 |
Color Harmonies of #ABDD67
Complementary color
Monochromatic Colors of #ABDD67
Black with #ABDD67
Text Example
Text Example
White with #ABDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD67; }
p { color: rgb(171,221,103); }
H1.HeaderClassName
{
color: #ABDD67;
}
.AnyTagClassName
{
color: #ABDD67;
}
</style>
background-color css
<style>
a { background-color: #ABDD67; }
a { background-color: rgb(171,221,103); }
div.DivClassName
{
background-color: #ABDD67;
}
.BgClassName
{
background-color: #ABDD67;
}
</style>
border-color css
<style>
span { border-color: #ABDD67; }
span { border-color: rgb(171,221,103); }
td.TdClassName
{
border-color: #ABDD67;
}
.TagClassName
{
border-color: #ABDD67;
}
</style>