Shades of Conifer #ABFD68
Tints of Conifer #ABFD68
RGB
CMYK
RGB Variations
Color information
#ABFD68 (or 0xABFD68) is known color: Conifer. HEX triplet: AB, FD and 68. RGB value is (171,253,104). Sum of RGB (Red+Green+Blue) = 171+253+104=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD68 is #540297. Grayscale: #D4D4D4. Windows color (decimal): -5505688 or 6880683. OLE color: 6880683.
HSL color Cylindrical-coordinate representation of color #ABFD68: hue angle of 93.02º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABFD68 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 104 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.01 |
| HSL | 93.02º | 0.97% | 0.7% | - |
| HSV(B) | 93.02º | 0.59% | 0.99% | - |
| XYZ | 54.42 | 79.91 | 25.65 | - |
| YUV | 211.5 | 67.33 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 104 | 0.32 | 0 | 0.59 | 0.01 | 93.02 | 0.97 | 0.7 |
| Hex | AB | FD | 68 | 20 | 0 | 3B | 1 | 5D | 61 | 46 |
| Octal | 253 | 375 | 150 | 40 | 0 | 73 | 1 | 135 | 141 | 106 |
| Binary | 10101011 | 11111101 | 1101000 | 100000 | 0 | 111011 | 1 | 1011101 | 1100001 | 1000110 |
Color Harmonies of #ABFD68
Complementary color
Monochromatic Colors of #ABFD68
Black with #ABFD68
Text Example
Text Example
White with #ABFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD68; }
p { color: rgb(171,253,104); }
H1.HeaderClassName
{
color: #ABFD68;
}
.AnyTagClassName
{
color: #ABFD68;
}
</style>
background-color css
<style>
a { background-color: #ABFD68; }
a { background-color: rgb(171,253,104); }
div.DivClassName
{
background-color: #ABFD68;
}
.BgClassName
{
background-color: #ABFD68;
}
</style>
border-color css
<style>
span { border-color: #ABFD68; }
span { border-color: rgb(171,253,104); }
td.TdClassName
{
border-color: #ABFD68;
}
.TagClassName
{
border-color: #ABFD68;
}
</style>