Shades of Conifer #ABFC63
Tints of Conifer #ABFC63
RGB
CMYK
RGB Variations
Color information
#ABFC63 (or 0xABFC63) is known color: Conifer. HEX triplet: AB, FC and 63. RGB value is (171,252,99). Sum of RGB (Red+Green+Blue) = 171+252+99=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC63 is #54039C. Grayscale: #D2D2D2. Windows color (decimal): -5505949 or 6552747. OLE color: 6552747.
HSL color Cylindrical-coordinate representation of color #ABFC63: hue angle of 91.76º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABFC63 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 99 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.01 |
| HSL | 91.76º | 0.96% | 0.69% | - |
| HSV(B) | 91.76º | 0.61% | 0.99% | - |
| XYZ | 53.86 | 79.18 | 24.25 | - |
| YUV | 210.34 | 65.16 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 99 | 0.32 | 0 | 0.61 | 0.01 | 91.76 | 0.96 | 0.69 |
| Hex | AB | FC | 63 | 20 | 0 | 3D | 1 | 5C | 60 | 45 |
| Octal | 253 | 374 | 143 | 40 | 0 | 75 | 1 | 134 | 140 | 105 |
| Binary | 10101011 | 11111100 | 1100011 | 100000 | 0 | 111101 | 1 | 1011100 | 1100000 | 1000101 |
Color Harmonies of #ABFC63
Complementary color
Monochromatic Colors of #ABFC63
Black with #ABFC63
Text Example
Text Example
White with #ABFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC63; }
p { color: rgb(171,252,99); }
H1.HeaderClassName
{
color: #ABFC63;
}
.AnyTagClassName
{
color: #ABFC63;
}
</style>
background-color css
<style>
a { background-color: #ABFC63; }
a { background-color: rgb(171,252,99); }
div.DivClassName
{
background-color: #ABFC63;
}
.BgClassName
{
background-color: #ABFC63;
}
</style>
border-color css
<style>
span { border-color: #ABFC63; }
span { border-color: rgb(171,252,99); }
td.TdClassName
{
border-color: #ABFC63;
}
.TagClassName
{
border-color: #ABFC63;
}
</style>