Shades of Conifer #ABFE5B
Tints of Conifer #ABFE5B
RGB
CMYK
RGB Variations
Color information
#ABFE5B (or 0xABFE5B) is known color: Conifer. HEX triplet: AB, FE and 5B. RGB value is (171,254,91). Sum of RGB (Red+Green+Blue) = 171+254+91=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE5B is #5401A4. Grayscale: #D3D3D3. Windows color (decimal): -5505445 or 6028971. OLE color: 6028971.
HSL color Cylindrical-coordinate representation of color #ABFE5B: hue angle of 90.55º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABFE5B is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 91 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.00 |
| HSL | 90.55º | 0.99% | 0.68% | - |
| HSV(B) | 90.55º | 0.64% | 1% | - |
| XYZ | 54.12 | 80.3 | 22.54 | - |
| YUV | 210.6 | 60.5 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 91 | 0.33 | 0 | 0.64 | 0.00 | 90.55 | 0.99 | 0.68 |
| Hex | AB | FE | 5B | 21 | 0 | 40 | 0 | 5B | 63 | 44 |
| Octal | 253 | 376 | 133 | 41 | 0 | 100 | 0 | 133 | 143 | 104 |
| Binary | 10101011 | 11111110 | 1011011 | 100001 | 0 | 1000000 | 0 | 1011011 | 1100011 | 1000100 |
Color Harmonies of #ABFE5B
Complementary color
Monochromatic Colors of #ABFE5B
Black with #ABFE5B
Text Example
Text Example
White with #ABFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE5B; }
p { color: rgb(171,254,91); }
H1.HeaderClassName
{
color: #ABFE5B;
}
.AnyTagClassName
{
color: #ABFE5B;
}
</style>
background-color css
<style>
a { background-color: #ABFE5B; }
a { background-color: rgb(171,254,91); }
div.DivClassName
{
background-color: #ABFE5B;
}
.BgClassName
{
background-color: #ABFE5B;
}
</style>
border-color css
<style>
span { border-color: #ABFE5B; }
span { border-color: rgb(171,254,91); }
td.TdClassName
{
border-color: #ABFE5B;
}
.TagClassName
{
border-color: #ABFE5B;
}
</style>