Shades of Conifer #ABFD5E
Tints of Conifer #ABFD5E
RGB
CMYK
RGB Variations
Color information
#ABFD5E (or 0xABFD5E) is known color: Conifer. HEX triplet: AB, FD and 5E. RGB value is (171,253,94). Sum of RGB (Red+Green+Blue) = 171+253+94=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD5E is #5402A1. Grayscale: #D2D2D2. Windows color (decimal): -5505698 or 6225323. OLE color: 6225323.
HSL color Cylindrical-coordinate representation of color #ABFD5E: hue angle of 90.94º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABFD5E is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 94 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.01 |
| HSL | 90.94º | 0.98% | 0.68% | - |
| HSV(B) | 90.94º | 0.63% | 0.99% | - |
| XYZ | 53.94 | 79.72 | 23.13 | - |
| YUV | 210.36 | 62.33 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 94 | 0.32 | 0 | 0.63 | 0.01 | 90.94 | 0.98 | 0.68 |
| Hex | AB | FD | 5E | 20 | 0 | 3F | 1 | 5B | 62 | 44 |
| Octal | 253 | 375 | 136 | 40 | 0 | 77 | 1 | 133 | 142 | 104 |
| Binary | 10101011 | 11111101 | 1011110 | 100000 | 0 | 111111 | 1 | 1011011 | 1100010 | 1000100 |
Color Harmonies of #ABFD5E
Complementary color
Monochromatic Colors of #ABFD5E
Black with #ABFD5E
Text Example
Text Example
White with #ABFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD5E; }
p { color: rgb(171,253,94); }
H1.HeaderClassName
{
color: #ABFD5E;
}
.AnyTagClassName
{
color: #ABFD5E;
}
</style>
background-color css
<style>
a { background-color: #ABFD5E; }
a { background-color: rgb(171,253,94); }
div.DivClassName
{
background-color: #ABFD5E;
}
.BgClassName
{
background-color: #ABFD5E;
}
</style>
border-color css
<style>
span { border-color: #ABFD5E; }
span { border-color: rgb(171,253,94); }
td.TdClassName
{
border-color: #ABFD5E;
}
.TagClassName
{
border-color: #ABFD5E;
}
</style>