Shades of Conifer #ABFE65
Tints of Conifer #ABFE65
RGB
CMYK
RGB Variations
Color information
#ABFE65 (or 0xABFE65) is known color: Conifer. HEX triplet: AB, FE and 65. RGB value is (171,254,101). Sum of RGB (Red+Green+Blue) = 171+254+101=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE65 is #54019A. Grayscale: #D4D4D4. Windows color (decimal): -5505435 or 6684331. OLE color: 6684331.
HSL color Cylindrical-coordinate representation of color #ABFE65: hue angle of 92.55º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABFE65 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 101 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.00 |
| HSL | 92.55º | 0.99% | 0.7% | - |
| HSV(B) | 92.55º | 0.6% | 1% | - |
| XYZ | 54.59 | 80.48 | 24.97 | - |
| YUV | 211.74 | 65.5 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 101 | 0.33 | 0 | 0.60 | 0.00 | 92.55 | 0.99 | 0.7 |
| Hex | AB | FE | 65 | 21 | 0 | 3C | 0 | 5D | 63 | 46 |
| Octal | 253 | 376 | 145 | 41 | 0 | 74 | 0 | 135 | 143 | 106 |
| Binary | 10101011 | 11111110 | 1100101 | 100001 | 0 | 111100 | 0 | 1011101 | 1100011 | 1000110 |
Color Harmonies of #ABFE65
Complementary color
Monochromatic Colors of #ABFE65
Black with #ABFE65
Text Example
Text Example
White with #ABFE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE65; }
p { color: rgb(171,254,101); }
H1.HeaderClassName
{
color: #ABFE65;
}
.AnyTagClassName
{
color: #ABFE65;
}
</style>
background-color css
<style>
a { background-color: #ABFE65; }
a { background-color: rgb(171,254,101); }
div.DivClassName
{
background-color: #ABFE65;
}
.BgClassName
{
background-color: #ABFE65;
}
</style>
border-color css
<style>
span { border-color: #ABFE65; }
span { border-color: rgb(171,254,101); }
td.TdClassName
{
border-color: #ABFE65;
}
.TagClassName
{
border-color: #ABFE65;
}
</style>