Shades of Conifer #ABFF62
Tints of Conifer #ABFF62
RGB
CMYK
RGB Variations
Color information
#ABFF62 (or 0xABFF62) is known color: Conifer. HEX triplet: AB, FF and 62. RGB value is (171,255,98). Sum of RGB (Red+Green+Blue) = 171+255+98=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF62 is #54009D. Grayscale: #D4D4D4. Windows color (decimal): -5505182 or 6487979. OLE color: 6487979.
HSL color Cylindrical-coordinate representation of color #ABFF62: hue angle of 92.1º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABFF62 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 98 | - |
| CMYK | 0.33 | 0 | 0.62 | 0 |
| HSL | 92.1º | 1% | 0.69% | - |
| HSV(B) | 92.1º | 0.62% | 1% | - |
| XYZ | 54.76 | 81.06 | 24.32 | - |
| YUV | 211.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 98 | 0.33 | 0 | 0.62 | 0 | 92.1 | 1 | 0.69 |
| Hex | AB | FF | 62 | 21 | 0 | 3E | 0 | 5C | 64 | 45 |
| Octal | 253 | 377 | 142 | 41 | 0 | 76 | 0 | 134 | 144 | 105 |
| Binary | 10101011 | 11111111 | 1100010 | 100001 | 0 | 111110 | 0 | 1011100 | 1100100 | 1000101 |
Color Harmonies of #ABFF62
Complementary color
Monochromatic Colors of #ABFF62
Black with #ABFF62
Text Example
Text Example
White with #ABFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF62; }
p { color: rgb(171,255,98); }
H1.HeaderClassName
{
color: #ABFF62;
}
.AnyTagClassName
{
color: #ABFF62;
}
</style>
background-color css
<style>
a { background-color: #ABFF62; }
a { background-color: rgb(171,255,98); }
div.DivClassName
{
background-color: #ABFF62;
}
.BgClassName
{
background-color: #ABFF62;
}
</style>
border-color css
<style>
span { border-color: #ABFF62; }
span { border-color: rgb(171,255,98); }
td.TdClassName
{
border-color: #ABFF62;
}
.TagClassName
{
border-color: #ABFF62;
}
</style>