Shades of Conifer #ABF350
Tints of Conifer #ABF350
RGB
CMYK
RGB Variations
Color information
#ABF350 (or 0xABF350) is known color: Conifer. HEX triplet: AB, F3 and 50. RGB value is (171,243,80). Sum of RGB (Red+Green+Blue) = 171+243+80=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF350 is #540CAF. Grayscale: #CBCBCB. Windows color (decimal): -5508272 or 5305259. OLE color: 5305259.
HSL color Cylindrical-coordinate representation of color #ABF350: hue angle of 86.5º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABF350 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 80 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.05 |
| HSL | 86.5º | 0.87% | 0.63% | - |
| HSV(B) | 86.5º | 0.67% | 0.95% | - |
| XYZ | 50.29 | 73.34 | 19.09 | - |
| YUV | 202.89 | 58.65 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 80 | 0.30 | 0 | 0.67 | 0.05 | 86.5 | 0.87 | 0.63 |
| Hex | AB | F3 | 50 | 1E | 0 | 43 | 5 | 57 | 57 | 3F |
| Octal | 253 | 363 | 120 | 36 | 0 | 103 | 5 | 127 | 127 | 77 |
| Binary | 10101011 | 11110011 | 1010000 | 11110 | 0 | 1000011 | 101 | 1010111 | 1010111 | 111111 |
Color Harmonies of #ABF350
Complementary color
Monochromatic Colors of #ABF350
Black with #ABF350
Text Example
Text Example
White with #ABF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF350; }
p { color: rgb(171,243,80); }
H1.HeaderClassName
{
color: #ABF350;
}
.AnyTagClassName
{
color: #ABF350;
}
</style>
background-color css
<style>
a { background-color: #ABF350; }
a { background-color: rgb(171,243,80); }
div.DivClassName
{
background-color: #ABF350;
}
.BgClassName
{
background-color: #ABF350;
}
</style>
border-color css
<style>
span { border-color: #ABF350; }
span { border-color: rgb(171,243,80); }
td.TdClassName
{
border-color: #ABF350;
}
.TagClassName
{
border-color: #ABF350;
}
</style>