Shades of Conifer #ABFD57
Tints of Conifer #ABFD57
RGB
CMYK
RGB Variations
Color information
#ABFD57 (or 0xABFD57) is known color: Conifer. HEX triplet: AB, FD and 57. RGB value is (171,253,87). Sum of RGB (Red+Green+Blue) = 171+253+87=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD57 is #5402A8. Grayscale: #D2D2D2. Windows color (decimal): -5505705 or 5766571. OLE color: 5766571.
HSL color Cylindrical-coordinate representation of color #ABFD57: hue angle of 89.64º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABFD57 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 87 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.01 |
| HSL | 89.64º | 0.98% | 0.67% | - |
| HSV(B) | 89.64º | 0.66% | 0.99% | - |
| XYZ | 53.64 | 79.6 | 21.55 | - |
| YUV | 209.56 | 58.83 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 87 | 0.32 | 0 | 0.66 | 0.01 | 89.64 | 0.98 | 0.67 |
| Hex | AB | FD | 57 | 20 | 0 | 42 | 1 | 5A | 62 | 43 |
| Octal | 253 | 375 | 127 | 40 | 0 | 102 | 1 | 132 | 142 | 103 |
| Binary | 10101011 | 11111101 | 1010111 | 100000 | 0 | 1000010 | 1 | 1011010 | 1100010 | 1000011 |
Color Harmonies of #ABFD57
Complementary color
Monochromatic Colors of #ABFD57
Black with #ABFD57
Text Example
Text Example
White with #ABFD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD57; }
p { color: rgb(171,253,87); }
H1.HeaderClassName
{
color: #ABFD57;
}
.AnyTagClassName
{
color: #ABFD57;
}
</style>
background-color css
<style>
a { background-color: #ABFD57; }
a { background-color: rgb(171,253,87); }
div.DivClassName
{
background-color: #ABFD57;
}
.BgClassName
{
background-color: #ABFD57;
}
</style>
border-color css
<style>
span { border-color: #ABFD57; }
span { border-color: rgb(171,253,87); }
td.TdClassName
{
border-color: #ABFD57;
}
.TagClassName
{
border-color: #ABFD57;
}
</style>