Shades of Conifer #ABFF5D
Tints of Conifer #ABFF5D
RGB
CMYK
RGB Variations
Color information
#ABFF5D (or 0xABFF5D) is known color: Conifer. HEX triplet: AB, FF and 5D. RGB value is (171,255,93). Sum of RGB (Red+Green+Blue) = 171+255+93=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF5D is #5400A2. Grayscale: #D3D3D3. Windows color (decimal): -5505187 or 6160299. OLE color: 6160299.
HSL color Cylindrical-coordinate representation of color #ABFF5D: hue angle of 91.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABFF5D is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 93 | - |
| CMYK | 0.33 | 0 | 0.64 | 0 |
| HSL | 91.11º | 1% | 0.68% | - |
| HSV(B) | 91.11º | 0.64% | 1% | - |
| XYZ | 54.53 | 80.97 | 23.11 | - |
| YUV | 211.42 | 61.17 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 93 | 0.33 | 0 | 0.64 | 0 | 91.11 | 1 | 0.68 |
| Hex | AB | FF | 5D | 21 | 0 | 40 | 0 | 5B | 64 | 44 |
| Octal | 253 | 377 | 135 | 41 | 0 | 100 | 0 | 133 | 144 | 104 |
| Binary | 10101011 | 11111111 | 1011101 | 100001 | 0 | 1000000 | 0 | 1011011 | 1100100 | 1000100 |
Color Harmonies of #ABFF5D
Complementary color
Monochromatic Colors of #ABFF5D
Black with #ABFF5D
Text Example
Text Example
White with #ABFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF5D; }
p { color: rgb(171,255,93); }
H1.HeaderClassName
{
color: #ABFF5D;
}
.AnyTagClassName
{
color: #ABFF5D;
}
</style>
background-color css
<style>
a { background-color: #ABFF5D; }
a { background-color: rgb(171,255,93); }
div.DivClassName
{
background-color: #ABFF5D;
}
.BgClassName
{
background-color: #ABFF5D;
}
</style>
border-color css
<style>
span { border-color: #ABFF5D; }
span { border-color: rgb(171,255,93); }
td.TdClassName
{
border-color: #ABFF5D;
}
.TagClassName
{
border-color: #ABFF5D;
}
</style>