Shades of Conifer #ABCF4D
Tints of Conifer #ABCF4D
RGB
CMYK
RGB Variations
Color information
#ABCF4D (or 0xABCF4D) is known color: Conifer. HEX triplet: AB, CF and 4D. RGB value is (171,207,77). Sum of RGB (Red+Green+Blue) = 171+207+77=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF4D is #5430B2. Grayscale: #B5B5B5. Windows color (decimal): -5517491 or 5099435. OLE color: 5099435.
HSL color Cylindrical-coordinate representation of color #ABCF4D: hue angle of 76.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABCF4D is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 77 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.19 |
| HSL | 76.62º | 0.58% | 0.56% | - |
| HSV(B) | 76.62º | 0.63% | 0.81% | - |
| XYZ | 40.45 | 53.82 | 15.28 | - |
| YUV | 181.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 77 | 0.17 | 0 | 0.63 | 0.19 | 76.62 | 0.58 | 0.56 |
| Hex | AB | CF | 4D | 11 | 0 | 3F | 13 | 4D | 3A | 38 |
| Octal | 253 | 317 | 115 | 21 | 0 | 77 | 23 | 115 | 72 | 70 |
| Binary | 10101011 | 11001111 | 1001101 | 10001 | 0 | 111111 | 10011 | 1001101 | 111010 | 111000 |
Color Harmonies of #ABCF4D
Complementary color
Monochromatic Colors of #ABCF4D
Black with #ABCF4D
Text Example
Text Example
White with #ABCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF4D; }
p { color: rgb(171,207,77); }
H1.HeaderClassName
{
color: #ABCF4D;
}
.AnyTagClassName
{
color: #ABCF4D;
}
</style>
background-color css
<style>
a { background-color: #ABCF4D; }
a { background-color: rgb(171,207,77); }
div.DivClassName
{
background-color: #ABCF4D;
}
.BgClassName
{
background-color: #ABCF4D;
}
</style>
border-color css
<style>
span { border-color: #ABCF4D; }
span { border-color: rgb(171,207,77); }
td.TdClassName
{
border-color: #ABCF4D;
}
.TagClassName
{
border-color: #ABCF4D;
}
</style>