Shades of Conifer #ABFE67
Tints of Conifer #ABFE67
RGB
CMYK
RGB Variations
Color information
#ABFE67 (or 0xABFE67) is known color: Conifer. HEX triplet: AB, FE and 67. RGB value is (171,254,103). Sum of RGB (Red+Green+Blue) = 171+254+103=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE67 is #540198. Grayscale: #D4D4D4. Windows color (decimal): -5505433 or 6815403. OLE color: 6815403.
HSL color Cylindrical-coordinate representation of color #ABFE67: hue angle of 92.98º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABFE67 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 103 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.00 |
| HSL | 92.98º | 0.99% | 0.7% | - |
| HSV(B) | 92.98º | 0.59% | 1% | - |
| XYZ | 54.68 | 80.52 | 25.49 | - |
| YUV | 211.97 | 66.5 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 103 | 0.33 | 0 | 0.59 | 0.00 | 92.98 | 0.99 | 0.7 |
| Hex | AB | FE | 67 | 21 | 0 | 3B | 0 | 5D | 63 | 46 |
| Octal | 253 | 376 | 147 | 41 | 0 | 73 | 0 | 135 | 143 | 106 |
| Binary | 10101011 | 11111110 | 1100111 | 100001 | 0 | 111011 | 0 | 1011101 | 1100011 | 1000110 |
Color Harmonies of #ABFE67
Complementary color
Monochromatic Colors of #ABFE67
Black with #ABFE67
Text Example
Text Example
White with #ABFE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE67; }
p { color: rgb(171,254,103); }
H1.HeaderClassName
{
color: #ABFE67;
}
.AnyTagClassName
{
color: #ABFE67;
}
</style>
background-color css
<style>
a { background-color: #ABFE67; }
a { background-color: rgb(171,254,103); }
div.DivClassName
{
background-color: #ABFE67;
}
.BgClassName
{
background-color: #ABFE67;
}
</style>
border-color css
<style>
span { border-color: #ABFE67; }
span { border-color: rgb(171,254,103); }
td.TdClassName
{
border-color: #ABFE67;
}
.TagClassName
{
border-color: #ABFE67;
}
</style>