Shades of Conifer #ABFF65
Tints of Conifer #ABFF65
RGB
CMYK
RGB Variations
Color information
#ABFF65 (or 0xABFF65) is known color: Conifer. HEX triplet: AB, FF and 65. RGB value is (171,255,101). Sum of RGB (Red+Green+Blue) = 171+255+101=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF65 is #54009A. Grayscale: #D4D4D4. Windows color (decimal): -5505179 or 6684587. OLE color: 6684587.
HSL color Cylindrical-coordinate representation of color #ABFF65: hue angle of 92.73º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABFF65 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 101 | - |
| CMYK | 0.33 | 0 | 0.60 | 0 |
| HSL | 92.73º | 1% | 0.7% | - |
| HSV(B) | 92.73º | 0.6% | 1% | - |
| XYZ | 54.9 | 81.12 | 25.08 | - |
| YUV | 212.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 101 | 0.33 | 0 | 0.60 | 0 | 92.73 | 1 | 0.7 |
| Hex | AB | FF | 65 | 21 | 0 | 3C | 0 | 5D | 64 | 46 |
| Octal | 253 | 377 | 145 | 41 | 0 | 74 | 0 | 135 | 144 | 106 |
| Binary | 10101011 | 11111111 | 1100101 | 100001 | 0 | 111100 | 0 | 1011101 | 1100100 | 1000110 |
Color Harmonies of #ABFF65
Complementary color
Monochromatic Colors of #ABFF65
Black with #ABFF65
Text Example
Text Example
White with #ABFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF65; }
p { color: rgb(171,255,101); }
H1.HeaderClassName
{
color: #ABFF65;
}
.AnyTagClassName
{
color: #ABFF65;
}
</style>
background-color css
<style>
a { background-color: #ABFF65; }
a { background-color: rgb(171,255,101); }
div.DivClassName
{
background-color: #ABFF65;
}
.BgClassName
{
background-color: #ABFF65;
}
</style>
border-color css
<style>
span { border-color: #ABFF65; }
span { border-color: rgb(171,255,101); }
td.TdClassName
{
border-color: #ABFF65;
}
.TagClassName
{
border-color: #ABFF65;
}
</style>