Shades of Conifer #ABFC65
Tints of Conifer #ABFC65
RGB
CMYK
RGB Variations
Color information
#ABFC65 (or 0xABFC65) is known color: Conifer. HEX triplet: AB, FC and 65. RGB value is (171,252,101). Sum of RGB (Red+Green+Blue) = 171+252+101=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC65 is #54039A. Grayscale: #D3D3D3. Windows color (decimal): -5505947 or 6683819. OLE color: 6683819.
HSL color Cylindrical-coordinate representation of color #ABFC65: hue angle of 92.19º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABFC65 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 101 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.01 |
| HSL | 92.19º | 0.96% | 0.69% | - |
| HSV(B) | 92.19º | 0.6% | 0.99% | - |
| XYZ | 53.95 | 79.22 | 24.76 | - |
| YUV | 210.57 | 66.16 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 101 | 0.32 | 0 | 0.60 | 0.01 | 92.19 | 0.96 | 0.69 |
| Hex | AB | FC | 65 | 20 | 0 | 3C | 1 | 5C | 60 | 45 |
| Octal | 253 | 374 | 145 | 40 | 0 | 74 | 1 | 134 | 140 | 105 |
| Binary | 10101011 | 11111100 | 1100101 | 100000 | 0 | 111100 | 1 | 1011100 | 1100000 | 1000101 |
Color Harmonies of #ABFC65
Complementary color
Monochromatic Colors of #ABFC65
Black with #ABFC65
Text Example
Text Example
White with #ABFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC65; }
p { color: rgb(171,252,101); }
H1.HeaderClassName
{
color: #ABFC65;
}
.AnyTagClassName
{
color: #ABFC65;
}
</style>
background-color css
<style>
a { background-color: #ABFC65; }
a { background-color: rgb(171,252,101); }
div.DivClassName
{
background-color: #ABFC65;
}
.BgClassName
{
background-color: #ABFC65;
}
</style>
border-color css
<style>
span { border-color: #ABFC65; }
span { border-color: rgb(171,252,101); }
td.TdClassName
{
border-color: #ABFC65;
}
.TagClassName
{
border-color: #ABFC65;
}
</style>