Shades of Conifer #ABEF64
Tints of Conifer #ABEF64
RGB
CMYK
RGB Variations
Color information
#ABEF64 (or 0xABEF64) is known color: Conifer. HEX triplet: AB, EF and 64. RGB value is (171,239,100). Sum of RGB (Red+Green+Blue) = 171+239+100=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEF64 is #54109B. Grayscale: #CBCBCB. Windows color (decimal): -5509276 or 6614955. OLE color: 6614955.
HSL color Cylindrical-coordinate representation of color #ABEF64: hue angle of 89.35º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABEF64 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 100 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.06 |
| HSL | 89.35º | 0.81% | 0.66% | - |
| HSV(B) | 89.35º | 0.58% | 0.94% | - |
| XYZ | 49.96 | 71.31 | 23.19 | - |
| YUV | 202.82 | 69.97 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 100 | 0.28 | 0 | 0.58 | 0.06 | 89.35 | 0.81 | 0.66 |
| Hex | AB | EF | 64 | 1C | 0 | 3A | 6 | 59 | 51 | 42 |
| Octal | 253 | 357 | 144 | 34 | 0 | 72 | 6 | 131 | 121 | 102 |
| Binary | 10101011 | 11101111 | 1100100 | 11100 | 0 | 111010 | 110 | 1011001 | 1010001 | 1000010 |
Color Harmonies of #ABEF64
Complementary color
Monochromatic Colors of #ABEF64
Black with #ABEF64
Text Example
Text Example
White with #ABEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEF64; }
p { color: rgb(171,239,100); }
H1.HeaderClassName
{
color: #ABEF64;
}
.AnyTagClassName
{
color: #ABEF64;
}
</style>
background-color css
<style>
a { background-color: #ABEF64; }
a { background-color: rgb(171,239,100); }
div.DivClassName
{
background-color: #ABEF64;
}
.BgClassName
{
background-color: #ABEF64;
}
</style>
border-color css
<style>
span { border-color: #ABEF64; }
span { border-color: rgb(171,239,100); }
td.TdClassName
{
border-color: #ABEF64;
}
.TagClassName
{
border-color: #ABEF64;
}
</style>