Shades of Conifer #ABF55D
Tints of Conifer #ABF55D
RGB
CMYK
RGB Variations
Color information
#ABF55D (or 0xABF55D) is known color: Conifer. HEX triplet: AB, F5 and 5D. RGB value is (171,245,93). Sum of RGB (Red+Green+Blue) = 171+245+93=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF55D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF55D is #540AA2. Grayscale: #CECECE. Windows color (decimal): -5507747 or 6157739. OLE color: 6157739.
HSL color Cylindrical-coordinate representation of color #ABF55D: hue angle of 89.21º degrees, saturation: 0.88, 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 #ABF55D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 93 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.04 |
| HSL | 89.21º | 0.88% | 0.66% | - |
| HSV(B) | 89.21º | 0.62% | 0.96% | - |
| XYZ | 51.42 | 74.75 | 22.07 | - |
| YUV | 205.55 | 64.48 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 93 | 0.30 | 0 | 0.62 | 0.04 | 89.21 | 0.88 | 0.66 |
| Hex | AB | F5 | 5D | 1E | 0 | 3E | 4 | 59 | 58 | 42 |
| Octal | 253 | 365 | 135 | 36 | 0 | 76 | 4 | 131 | 130 | 102 |
| Binary | 10101011 | 11110101 | 1011101 | 11110 | 0 | 111110 | 100 | 1011001 | 1011000 | 1000010 |
Color Harmonies of #ABF55D
Complementary color
Monochromatic Colors of #ABF55D
Black with #ABF55D
Text Example
Text Example
White with #ABF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF55D; }
p { color: rgb(171,245,93); }
H1.HeaderClassName
{
color: #ABF55D;
}
.AnyTagClassName
{
color: #ABF55D;
}
</style>
background-color css
<style>
a { background-color: #ABF55D; }
a { background-color: rgb(171,245,93); }
div.DivClassName
{
background-color: #ABF55D;
}
.BgClassName
{
background-color: #ABF55D;
}
</style>
border-color css
<style>
span { border-color: #ABF55D; }
span { border-color: rgb(171,245,93); }
td.TdClassName
{
border-color: #ABF55D;
}
.TagClassName
{
border-color: #ABF55D;
}
</style>