Shades of Conifer #ABCF64
Tints of Conifer #ABCF64
RGB
CMYK
RGB Variations
Color information
#ABCF64 (or 0xABCF64) is known color: Conifer. HEX triplet: AB, CF and 64. RGB value is (171,207,100). Sum of RGB (Red+Green+Blue) = 171+207+100=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF64 is #54309B. Grayscale: #B8B8B8. Windows color (decimal): -5517468 or 6606763. OLE color: 6606763.
HSL color Cylindrical-coordinate representation of color #ABCF64: hue angle of 80.19º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABCF64 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 100 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.19 |
| HSL | 80.19º | 0.53% | 0.6% | - |
| HSV(B) | 80.19º | 0.52% | 0.81% | - |
| XYZ | 41.41 | 54.2 | 20.34 | - |
| YUV | 184.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 100 | 0.17 | 0 | 0.52 | 0.19 | 80.19 | 0.53 | 0.6 |
| Hex | AB | CF | 64 | 11 | 0 | 34 | 13 | 50 | 35 | 3C |
| Octal | 253 | 317 | 144 | 21 | 0 | 64 | 23 | 120 | 65 | 74 |
| Binary | 10101011 | 11001111 | 1100100 | 10001 | 0 | 110100 | 10011 | 1010000 | 110101 | 111100 |
Color Harmonies of #ABCF64
Complementary color
Monochromatic Colors of #ABCF64
Black with #ABCF64
Text Example
Text Example
White with #ABCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF64; }
p { color: rgb(171,207,100); }
H1.HeaderClassName
{
color: #ABCF64;
}
.AnyTagClassName
{
color: #ABCF64;
}
</style>
background-color css
<style>
a { background-color: #ABCF64; }
a { background-color: rgb(171,207,100); }
div.DivClassName
{
background-color: #ABCF64;
}
.BgClassName
{
background-color: #ABCF64;
}
</style>
border-color css
<style>
span { border-color: #ABCF64; }
span { border-color: rgb(171,207,100); }
td.TdClassName
{
border-color: #ABCF64;
}
.TagClassName
{
border-color: #ABCF64;
}
</style>