Shades of Feijoa #ABDF72
Tints of Feijoa #ABDF72
RGB
CMYK
RGB Variations
Color information
#ABDF72 (or 0xABDF72) is known color: Feijoa. HEX triplet: AB, DF and 72. RGB value is (171,223,114). Sum of RGB (Red+Green+Blue) = 171+223+114=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF72 is #54208D. Grayscale: #C3C3C3. Windows color (decimal): -5513358 or 7528363. OLE color: 7528363.
HSL color Cylindrical-coordinate representation of color #ABDF72: hue angle of 88.62º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABDF72 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 114 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.13 |
| HSL | 88.62º | 0.63% | 0.66% | - |
| HSV(B) | 88.62º | 0.49% | 0.87% | - |
| XYZ | 46.22 | 62.65 | 25.58 | - |
| YUV | 195.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 114 | 0.23 | 0 | 0.49 | 0.13 | 88.62 | 0.63 | 0.66 |
| Hex | AB | DF | 72 | 17 | 0 | 31 | D | 59 | 3F | 42 |
| Octal | 253 | 337 | 162 | 27 | 0 | 61 | 15 | 131 | 77 | 102 |
| Binary | 10101011 | 11011111 | 1110010 | 10111 | 0 | 110001 | 1101 | 1011001 | 111111 | 1000010 |
Color Harmonies of #ABDF72
Complementary color
Monochromatic Colors of #ABDF72
Black with #ABDF72
Text Example
Text Example
White with #ABDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF72; }
p { color: rgb(171,223,114); }
H1.HeaderClassName
{
color: #ABDF72;
}
.AnyTagClassName
{
color: #ABDF72;
}
</style>
background-color css
<style>
a { background-color: #ABDF72; }
a { background-color: rgb(171,223,114); }
div.DivClassName
{
background-color: #ABDF72;
}
.BgClassName
{
background-color: #ABDF72;
}
</style>
border-color css
<style>
span { border-color: #ABDF72; }
span { border-color: rgb(171,223,114); }
td.TdClassName
{
border-color: #ABDF72;
}
.TagClassName
{
border-color: #ABDF72;
}
</style>