Shades of Conifer #ABF74C
Tints of Conifer #ABF74C
RGB
CMYK
RGB Variations
Color information
#ABF74C (or 0xABF74C) is known color: Conifer. HEX triplet: AB, F7 and 4C. RGB value is (171,247,76). Sum of RGB (Red+Green+Blue) = 171+247+76=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF74C is #5408B3. Grayscale: #CDCDCD. Windows color (decimal): -5507252 or 5044139. OLE color: 5044139.
HSL color Cylindrical-coordinate representation of color #ABF74C: hue angle of 86.67º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABF74C is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 247 | 76 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.03 |
| HSL | 86.67º | 0.91% | 0.63% | - |
| HSV(B) | 86.67º | 0.69% | 0.97% | - |
| XYZ | 51.36 | 75.7 | 18.74 | - |
| YUV | 204.78 | 55.32 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 247 | 76 | 0.31 | 0 | 0.69 | 0.03 | 86.67 | 0.91 | 0.63 |
| Hex | AB | F7 | 4C | 1F | 0 | 45 | 3 | 57 | 5B | 3F |
| Octal | 253 | 367 | 114 | 37 | 0 | 105 | 3 | 127 | 133 | 77 |
| Binary | 10101011 | 11110111 | 1001100 | 11111 | 0 | 1000101 | 11 | 1010111 | 1011011 | 111111 |
Color Harmonies of #ABF74C
Complementary color
Monochromatic Colors of #ABF74C
Black with #ABF74C
Text Example
Text Example
White with #ABF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF74C; }
p { color: rgb(171,247,76); }
H1.HeaderClassName
{
color: #ABF74C;
}
.AnyTagClassName
{
color: #ABF74C;
}
</style>
background-color css
<style>
a { background-color: #ABF74C; }
a { background-color: rgb(171,247,76); }
div.DivClassName
{
background-color: #ABF74C;
}
.BgClassName
{
background-color: #ABF74C;
}
</style>
border-color css
<style>
span { border-color: #ABF74C; }
span { border-color: rgb(171,247,76); }
td.TdClassName
{
border-color: #ABF74C;
}
.TagClassName
{
border-color: #ABF74C;
}
</style>