Shades of Conifer #ABF553
Tints of Conifer #ABF553
RGB
CMYK
RGB Variations
Color information
#ABF553 (or 0xABF553) is known color: Conifer. HEX triplet: AB, F5 and 53. RGB value is (171,245,83). Sum of RGB (Red+Green+Blue) = 171+245+83=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF553 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF553 is #540AAC. Grayscale: #CCCCCC. Windows color (decimal): -5507757 or 5502379. OLE color: 5502379.
HSL color Cylindrical-coordinate representation of color #ABF553: hue angle of 87.41º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABF553 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 83 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.04 |
| HSL | 87.41º | 0.89% | 0.64% | - |
| HSV(B) | 87.41º | 0.66% | 0.96% | - |
| XYZ | 51.01 | 74.59 | 19.89 | - |
| YUV | 204.41 | 59.48 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 83 | 0.30 | 0 | 0.66 | 0.04 | 87.41 | 0.89 | 0.64 |
| Hex | AB | F5 | 53 | 1E | 0 | 42 | 4 | 57 | 59 | 40 |
| Octal | 253 | 365 | 123 | 36 | 0 | 102 | 4 | 127 | 131 | 100 |
| Binary | 10101011 | 11110101 | 1010011 | 11110 | 0 | 1000010 | 100 | 1010111 | 1011001 | 1000000 |
Color Harmonies of #ABF553
Complementary color
Monochromatic Colors of #ABF553
Black with #ABF553
Text Example
Text Example
White with #ABF553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF553; }
p { color: rgb(171,245,83); }
H1.HeaderClassName
{
color: #ABF553;
}
.AnyTagClassName
{
color: #ABF553;
}
</style>
background-color css
<style>
a { background-color: #ABF553; }
a { background-color: rgb(171,245,83); }
div.DivClassName
{
background-color: #ABF553;
}
.BgClassName
{
background-color: #ABF553;
}
</style>
border-color css
<style>
span { border-color: #ABF553; }
span { border-color: rgb(171,245,83); }
td.TdClassName
{
border-color: #ABF553;
}
.TagClassName
{
border-color: #ABF553;
}
</style>