Shades of Conifer #ABDD58
Tints of Conifer #ABDD58
RGB
CMYK
RGB Variations
Color information
#ABDD58 (or 0xABDD58) is known color: Conifer. HEX triplet: AB, DD and 58. RGB value is (171,221,88). Sum of RGB (Red+Green+Blue) = 171+221+88=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD58 is #5422A7. Grayscale: #BFBFBF. Windows color (decimal): -5513896 or 5823915. OLE color: 5823915.
HSL color Cylindrical-coordinate representation of color #ABDD58: hue angle of 82.56º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABDD58 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 88 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.13 |
| HSL | 82.56º | 0.66% | 0.61% | - |
| HSV(B) | 82.56º | 0.6% | 0.87% | - |
| XYZ | 44.41 | 61.08 | 18.68 | - |
| YUV | 190.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 88 | 0.23 | 0 | 0.60 | 0.13 | 82.56 | 0.66 | 0.61 |
| Hex | AB | DD | 58 | 17 | 0 | 3C | D | 53 | 42 | 3D |
| Octal | 253 | 335 | 130 | 27 | 0 | 74 | 15 | 123 | 102 | 75 |
| Binary | 10101011 | 11011101 | 1011000 | 10111 | 0 | 111100 | 1101 | 1010011 | 1000010 | 111101 |
Color Harmonies of #ABDD58
Complementary color
Monochromatic Colors of #ABDD58
Black with #ABDD58
Text Example
Text Example
White with #ABDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD58; }
p { color: rgb(171,221,88); }
H1.HeaderClassName
{
color: #ABDD58;
}
.AnyTagClassName
{
color: #ABDD58;
}
</style>
background-color css
<style>
a { background-color: #ABDD58; }
a { background-color: rgb(171,221,88); }
div.DivClassName
{
background-color: #ABDD58;
}
.BgClassName
{
background-color: #ABDD58;
}
</style>
border-color css
<style>
span { border-color: #ABDD58; }
span { border-color: rgb(171,221,88); }
td.TdClassName
{
border-color: #ABDD58;
}
.TagClassName
{
border-color: #ABDD58;
}
</style>