Shades of Conifer #ABEB3F
Tints of Conifer #ABEB3F
RGB
CMYK
RGB Variations
Color information
#ABEB3F (or 0xABEB3F) is known color: Conifer. HEX triplet: AB, EB and 3F. RGB value is (171,235,63). Sum of RGB (Red+Green+Blue) = 171+235+63=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEB3F is #5414C0. Grayscale: #C4C4C4. Windows color (decimal): -5510337 or 4189099. OLE color: 4189099.
HSL color Cylindrical-coordinate representation of color #ABEB3F: hue angle of 82.33º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABEB3F is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 63 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.08 |
| HSL | 82.33º | 0.81% | 0.58% | - |
| HSV(B) | 82.33º | 0.73% | 0.92% | - |
| XYZ | 47.4 | 68.43 | 15.41 | - |
| YUV | 196.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 63 | 0.27 | 0 | 0.73 | 0.08 | 82.33 | 0.81 | 0.58 |
| Hex | AB | EB | 3F | 1B | 0 | 49 | 8 | 52 | 51 | 3A |
| Octal | 253 | 353 | 77 | 33 | 0 | 111 | 10 | 122 | 121 | 72 |
| Binary | 10101011 | 11101011 | 111111 | 11011 | 0 | 1001001 | 1000 | 1010010 | 1010001 | 111010 |
Color Harmonies of #ABEB3F
Complementary color
Monochromatic Colors of #ABEB3F
Black with #ABEB3F
Text Example
Text Example
White with #ABEB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB3F; }
p { color: rgb(171,235,63); }
H1.HeaderClassName
{
color: #ABEB3F;
}
.AnyTagClassName
{
color: #ABEB3F;
}
</style>
background-color css
<style>
a { background-color: #ABEB3F; }
a { background-color: rgb(171,235,63); }
div.DivClassName
{
background-color: #ABEB3F;
}
.BgClassName
{
background-color: #ABEB3F;
}
</style>
border-color css
<style>
span { border-color: #ABEB3F; }
span { border-color: rgb(171,235,63); }
td.TdClassName
{
border-color: #ABEB3F;
}
.TagClassName
{
border-color: #ABEB3F;
}
</style>