Shades of Conifer #ABF65D
Tints of Conifer #ABF65D
RGB
CMYK
RGB Variations
Color information
#ABF65D (or 0xABF65D) is known color: Conifer. HEX triplet: AB, F6 and 5D. RGB value is (171,246,93). Sum of RGB (Red+Green+Blue) = 171+246+93=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF65D is #5409A2. Grayscale: #CECECE. Windows color (decimal): -5507491 or 6157995. OLE color: 6157995.
HSL color Cylindrical-coordinate representation of color #ABF65D: hue angle of 89.41º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABF65D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 246 | 93 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.04 |
| HSL | 89.41º | 0.89% | 0.66% | - |
| HSV(B) | 89.41º | 0.62% | 0.96% | - |
| XYZ | 51.73 | 75.36 | 22.18 | - |
| YUV | 206.13 | 64.15 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 246 | 93 | 0.30 | 0 | 0.62 | 0.04 | 89.41 | 0.89 | 0.66 |
| Hex | AB | F6 | 5D | 1E | 0 | 3E | 4 | 59 | 59 | 42 |
| Octal | 253 | 366 | 135 | 36 | 0 | 76 | 4 | 131 | 131 | 102 |
| Binary | 10101011 | 11110110 | 1011101 | 11110 | 0 | 111110 | 100 | 1011001 | 1011001 | 1000010 |
Color Harmonies of #ABF65D
Complementary color
Monochromatic Colors of #ABF65D
Black with #ABF65D
Text Example
Text Example
White with #ABF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF65D; }
p { color: rgb(171,246,93); }
H1.HeaderClassName
{
color: #ABF65D;
}
.AnyTagClassName
{
color: #ABF65D;
}
</style>
background-color css
<style>
a { background-color: #ABF65D; }
a { background-color: rgb(171,246,93); }
div.DivClassName
{
background-color: #ABF65D;
}
.BgClassName
{
background-color: #ABF65D;
}
</style>
border-color css
<style>
span { border-color: #ABF65D; }
span { border-color: rgb(171,246,93); }
td.TdClassName
{
border-color: #ABF65D;
}
.TagClassName
{
border-color: #ABF65D;
}
</style>