Shades of Conifer #ABCD52
Tints of Conifer #ABCD52
RGB
CMYK
RGB Variations
Color information
#ABCD52 (or 0xABCD52) is known color: Conifer. HEX triplet: AB, CD and 52. RGB value is (171,205,82). Sum of RGB (Red+Green+Blue) = 171+205+82=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD52 is #5432AD. Grayscale: #B5B5B5. Windows color (decimal): -5517998 or 5426603. OLE color: 5426603.
HSL color Cylindrical-coordinate representation of color #ABCD52: hue angle of 76.59º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABCD52 is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 82 | - |
| CMYK | 0.17 | 0 | 0.6 | 0.20 |
| HSL | 76.59º | 0.55% | 0.56% | - |
| HSV(B) | 76.59º | 0.6% | 0.8% | - |
| XYZ | 40.15 | 52.93 | 16.08 | - |
| YUV | 180.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 82 | 0.17 | 0 | 0.6 | 0.20 | 76.59 | 0.55 | 0.56 |
| Hex | AB | CD | 52 | 11 | 0 | 3C | 14 | 4D | 37 | 38 |
| Octal | 253 | 315 | 122 | 21 | 0 | 74 | 24 | 115 | 67 | 70 |
| Binary | 10101011 | 11001101 | 1010010 | 10001 | 0 | 111100 | 10100 | 1001101 | 110111 | 111000 |
Color Harmonies of #ABCD52
Complementary color
Monochromatic Colors of #ABCD52
Black with #ABCD52
Text Example
Text Example
White with #ABCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD52; }
p { color: rgb(171,205,82); }
H1.HeaderClassName
{
color: #ABCD52;
}
.AnyTagClassName
{
color: #ABCD52;
}
</style>
background-color css
<style>
a { background-color: #ABCD52; }
a { background-color: rgb(171,205,82); }
div.DivClassName
{
background-color: #ABCD52;
}
.BgClassName
{
background-color: #ABCD52;
}
</style>
border-color css
<style>
span { border-color: #ABCD52; }
span { border-color: rgb(171,205,82); }
td.TdClassName
{
border-color: #ABCD52;
}
.TagClassName
{
border-color: #ABCD52;
}
</style>