Shades of Conifer #ABFB64
Tints of Conifer #ABFB64
RGB
CMYK
RGB Variations
Color information
#ABFB64 (or 0xABFB64) is known color: Conifer. HEX triplet: AB, FB and 64. RGB value is (171,251,100). Sum of RGB (Red+Green+Blue) = 171+251+100=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFB64 is #54049B. Grayscale: #D2D2D2. Windows color (decimal): -5506204 or 6618027. OLE color: 6618027.
HSL color Cylindrical-coordinate representation of color #ABFB64: hue angle of 91.79º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABFB64 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 100 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.02 |
| HSL | 91.79º | 0.95% | 0.69% | - |
| HSV(B) | 91.79º | 0.6% | 0.98% | - |
| XYZ | 53.59 | 78.57 | 24.4 | - |
| YUV | 209.87 | 66 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 100 | 0.32 | 0 | 0.60 | 0.02 | 91.79 | 0.95 | 0.69 |
| Hex | AB | FB | 64 | 20 | 0 | 3C | 2 | 5C | 5F | 45 |
| Octal | 253 | 373 | 144 | 40 | 0 | 74 | 2 | 134 | 137 | 105 |
| Binary | 10101011 | 11111011 | 1100100 | 100000 | 0 | 111100 | 10 | 1011100 | 1011111 | 1000101 |
Color Harmonies of #ABFB64
Complementary color
Monochromatic Colors of #ABFB64
Black with #ABFB64
Text Example
Text Example
White with #ABFB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB64; }
p { color: rgb(171,251,100); }
H1.HeaderClassName
{
color: #ABFB64;
}
.AnyTagClassName
{
color: #ABFB64;
}
</style>
background-color css
<style>
a { background-color: #ABFB64; }
a { background-color: rgb(171,251,100); }
div.DivClassName
{
background-color: #ABFB64;
}
.BgClassName
{
background-color: #ABFB64;
}
</style>
border-color css
<style>
span { border-color: #ABFB64; }
span { border-color: rgb(171,251,100); }
td.TdClassName
{
border-color: #ABFB64;
}
.TagClassName
{
border-color: #ABFB64;
}
</style>