Shades of Conifer #ABF34D
Tints of Conifer #ABF34D
RGB
CMYK
RGB Variations
Color information
#ABF34D (or 0xABF34D) is known color: Conifer. HEX triplet: AB, F3 and 4D. RGB value is (171,243,77). Sum of RGB (Red+Green+Blue) = 171+243+77=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF34D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF34D is #540CB2. Grayscale: #CBCBCB. Windows color (decimal): -5508275 or 5108651. OLE color: 5108651.
HSL color Cylindrical-coordinate representation of color #ABF34D: hue angle of 86.02º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABF34D is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 77 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.05 |
| HSL | 86.02º | 0.87% | 0.63% | - |
| HSV(B) | 86.02º | 0.68% | 0.95% | - |
| XYZ | 50.18 | 73.29 | 18.52 | - |
| YUV | 202.55 | 57.15 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 77 | 0.30 | 0 | 0.68 | 0.05 | 86.02 | 0.87 | 0.63 |
| Hex | AB | F3 | 4D | 1E | 0 | 44 | 5 | 56 | 57 | 3F |
| Octal | 253 | 363 | 115 | 36 | 0 | 104 | 5 | 126 | 127 | 77 |
| Binary | 10101011 | 11110011 | 1001101 | 11110 | 0 | 1000100 | 101 | 1010110 | 1010111 | 111111 |
Color Harmonies of #ABF34D
Complementary color
Monochromatic Colors of #ABF34D
Black with #ABF34D
Text Example
Text Example
White with #ABF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF34D; }
p { color: rgb(171,243,77); }
H1.HeaderClassName
{
color: #ABF34D;
}
.AnyTagClassName
{
color: #ABF34D;
}
</style>
background-color css
<style>
a { background-color: #ABF34D; }
a { background-color: rgb(171,243,77); }
div.DivClassName
{
background-color: #ABF34D;
}
.BgClassName
{
background-color: #ABF34D;
}
</style>
border-color css
<style>
span { border-color: #ABF34D; }
span { border-color: rgb(171,243,77); }
td.TdClassName
{
border-color: #ABF34D;
}
.TagClassName
{
border-color: #ABF34D;
}
</style>