Shades of Conifer #ABEB64
Tints of Conifer #ABEB64
RGB
CMYK
RGB Variations
Color information
#ABEB64 (or 0xABEB64) is known color: Conifer. HEX triplet: AB, EB and 64. RGB value is (171,235,100). Sum of RGB (Red+Green+Blue) = 171+235+100=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEB64 is #54149B. Grayscale: #C8C8C8. Windows color (decimal): -5510300 or 6613931. OLE color: 6613931.
HSL color Cylindrical-coordinate representation of color #ABEB64: hue angle of 88.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABEB64 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 100 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.08 |
| HSL | 88.44º | 0.77% | 0.66% | - |
| HSV(B) | 88.44º | 0.57% | 0.92% | - |
| XYZ | 48.8 | 68.99 | 22.8 | - |
| YUV | 200.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 100 | 0.27 | 0 | 0.57 | 0.08 | 88.44 | 0.77 | 0.66 |
| Hex | AB | EB | 64 | 1B | 0 | 39 | 8 | 58 | 4D | 42 |
| Octal | 253 | 353 | 144 | 33 | 0 | 71 | 10 | 130 | 115 | 102 |
| Binary | 10101011 | 11101011 | 1100100 | 11011 | 0 | 111001 | 1000 | 1011000 | 1001101 | 1000010 |
Color Harmonies of #ABEB64
Complementary color
Monochromatic Colors of #ABEB64
Black with #ABEB64
Text Example
Text Example
White with #ABEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB64; }
p { color: rgb(171,235,100); }
H1.HeaderClassName
{
color: #ABEB64;
}
.AnyTagClassName
{
color: #ABEB64;
}
</style>
background-color css
<style>
a { background-color: #ABEB64; }
a { background-color: rgb(171,235,100); }
div.DivClassName
{
background-color: #ABEB64;
}
.BgClassName
{
background-color: #ABEB64;
}
</style>
border-color css
<style>
span { border-color: #ABEB64; }
span { border-color: rgb(171,235,100); }
td.TdClassName
{
border-color: #ABEB64;
}
.TagClassName
{
border-color: #ABEB64;
}
</style>