Shades of Conifer #ABCD64
Tints of Conifer #ABCD64
RGB
CMYK
RGB Variations
Color information
#ABCD64 (or 0xABCD64) is known color: Conifer. HEX triplet: AB, CD and 64. RGB value is (171,205,100). Sum of RGB (Red+Green+Blue) = 171+205+100=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD64 is #54329B. Grayscale: #B7B7B7. Windows color (decimal): -5517980 or 6606251. OLE color: 6606251.
HSL color Cylindrical-coordinate representation of color #ABCD64: hue angle of 79.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABCD64 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 100 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.20 |
| HSL | 79.43º | 0.51% | 0.6% | - |
| HSV(B) | 79.43º | 0.51% | 0.8% | - |
| XYZ | 40.93 | 53.24 | 20.18 | - |
| YUV | 182.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 100 | 0.17 | 0 | 0.51 | 0.20 | 79.43 | 0.51 | 0.6 |
| Hex | AB | CD | 64 | 11 | 0 | 33 | 14 | 4F | 33 | 3C |
| Octal | 253 | 315 | 144 | 21 | 0 | 63 | 24 | 117 | 63 | 74 |
| Binary | 10101011 | 11001101 | 1100100 | 10001 | 0 | 110011 | 10100 | 1001111 | 110011 | 111100 |
Color Harmonies of #ABCD64
Complementary color
Monochromatic Colors of #ABCD64
Black with #ABCD64
Text Example
Text Example
White with #ABCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD64; }
p { color: rgb(171,205,100); }
H1.HeaderClassName
{
color: #ABCD64;
}
.AnyTagClassName
{
color: #ABCD64;
}
</style>
background-color css
<style>
a { background-color: #ABCD64; }
a { background-color: rgb(171,205,100); }
div.DivClassName
{
background-color: #ABCD64;
}
.BgClassName
{
background-color: #ABCD64;
}
</style>
border-color css
<style>
span { border-color: #ABCD64; }
span { border-color: rgb(171,205,100); }
td.TdClassName
{
border-color: #ABCD64;
}
.TagClassName
{
border-color: #ABCD64;
}
</style>