Shades of Conifer #ABFD55
Tints of Conifer #ABFD55
RGB
CMYK
RGB Variations
Color information
#ABFD55 (or 0xABFD55) is known color: Conifer. HEX triplet: AB, FD and 55. RGB value is (171,253,85). Sum of RGB (Red+Green+Blue) = 171+253+85=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD55 is #5402AA. Grayscale: #D1D1D1. Windows color (decimal): -5505707 or 5635499. OLE color: 5635499.
HSL color Cylindrical-coordinate representation of color #ABFD55: hue angle of 89.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABFD55 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 85 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.01 |
| HSL | 89.29º | 0.98% | 0.66% | - |
| HSV(B) | 89.29º | 0.66% | 0.99% | - |
| XYZ | 53.56 | 79.56 | 21.13 | - |
| YUV | 209.33 | 57.83 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 85 | 0.32 | 0 | 0.66 | 0.01 | 89.29 | 0.98 | 0.66 |
| Hex | AB | FD | 55 | 20 | 0 | 42 | 1 | 59 | 62 | 42 |
| Octal | 253 | 375 | 125 | 40 | 0 | 102 | 1 | 131 | 142 | 102 |
| Binary | 10101011 | 11111101 | 1010101 | 100000 | 0 | 1000010 | 1 | 1011001 | 1100010 | 1000010 |
Color Harmonies of #ABFD55
Complementary color
Monochromatic Colors of #ABFD55
Black with #ABFD55
Text Example
Text Example
White with #ABFD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD55; }
p { color: rgb(171,253,85); }
H1.HeaderClassName
{
color: #ABFD55;
}
.AnyTagClassName
{
color: #ABFD55;
}
</style>
background-color css
<style>
a { background-color: #ABFD55; }
a { background-color: rgb(171,253,85); }
div.DivClassName
{
background-color: #ABFD55;
}
.BgClassName
{
background-color: #ABFD55;
}
</style>
border-color css
<style>
span { border-color: #ABFD55; }
span { border-color: rgb(171,253,85); }
td.TdClassName
{
border-color: #ABFD55;
}
.TagClassName
{
border-color: #ABFD55;
}
</style>