Shades of Conifer #ABCD53
Tints of Conifer #ABCD53
RGB
CMYK
RGB Variations
Color information
#ABCD53 (or 0xABCD53) is known color: Conifer. HEX triplet: AB, CD and 53. RGB value is (171,205,83). Sum of RGB (Red+Green+Blue) = 171+205+83=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD53 is #5432AC. Grayscale: #B5B5B5. Windows color (decimal): -5517997 or 5492139. OLE color: 5492139.
HSL color Cylindrical-coordinate representation of color #ABCD53: hue angle of 76.72º 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 #ABCD53 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 83 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.20 |
| HSL | 76.72º | 0.55% | 0.56% | - |
| HSV(B) | 76.72º | 0.6% | 0.8% | - |
| XYZ | 40.19 | 52.95 | 16.28 | - |
| YUV | 180.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 83 | 0.17 | 0 | 0.60 | 0.20 | 76.72 | 0.55 | 0.56 |
| Hex | AB | CD | 53 | 11 | 0 | 3C | 14 | 4D | 37 | 38 |
| Octal | 253 | 315 | 123 | 21 | 0 | 74 | 24 | 115 | 67 | 70 |
| Binary | 10101011 | 11001101 | 1010011 | 10001 | 0 | 111100 | 10100 | 1001101 | 110111 | 111000 |
Color Harmonies of #ABCD53
Complementary color
Monochromatic Colors of #ABCD53
Black with #ABCD53
Text Example
Text Example
White with #ABCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD53; }
p { color: rgb(171,205,83); }
H1.HeaderClassName
{
color: #ABCD53;
}
.AnyTagClassName
{
color: #ABCD53;
}
</style>
background-color css
<style>
a { background-color: #ABCD53; }
a { background-color: rgb(171,205,83); }
div.DivClassName
{
background-color: #ABCD53;
}
.BgClassName
{
background-color: #ABCD53;
}
</style>
border-color css
<style>
span { border-color: #ABCD53; }
span { border-color: rgb(171,205,83); }
td.TdClassName
{
border-color: #ABCD53;
}
.TagClassName
{
border-color: #ABCD53;
}
</style>