Shades of Feijoa #ABDF74
Tints of Feijoa #ABDF74
RGB
CMYK
RGB Variations
Color information
#ABDF74 (or 0xABDF74) is known color: Feijoa. HEX triplet: AB, DF and 74. RGB value is (171,223,116). Sum of RGB (Red+Green+Blue) = 171+223+116=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF74 is #54208B. Grayscale: #C3C3C3. Windows color (decimal): -5513356 or 7659435. OLE color: 7659435.
HSL color Cylindrical-coordinate representation of color #ABDF74: hue angle of 89.16º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABDF74 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 116 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.13 |
| HSL | 89.16º | 0.63% | 0.66% | - |
| HSV(B) | 89.16º | 0.48% | 0.87% | - |
| XYZ | 46.33 | 62.69 | 26.18 | - |
| YUV | 195.25 | 83.27 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 116 | 0.23 | 0 | 0.48 | 0.13 | 89.16 | 0.63 | 0.66 |
| Hex | AB | DF | 74 | 17 | 0 | 30 | D | 59 | 3F | 42 |
| Octal | 253 | 337 | 164 | 27 | 0 | 60 | 15 | 131 | 77 | 102 |
| Binary | 10101011 | 11011111 | 1110100 | 10111 | 0 | 110000 | 1101 | 1011001 | 111111 | 1000010 |
Color Harmonies of #ABDF74
Complementary color
Monochromatic Colors of #ABDF74
Black with #ABDF74
Text Example
Text Example
White with #ABDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF74; }
p { color: rgb(171,223,116); }
H1.HeaderClassName
{
color: #ABDF74;
}
.AnyTagClassName
{
color: #ABDF74;
}
</style>
background-color css
<style>
a { background-color: #ABDF74; }
a { background-color: rgb(171,223,116); }
div.DivClassName
{
background-color: #ABDF74;
}
.BgClassName
{
background-color: #ABDF74;
}
</style>
border-color css
<style>
span { border-color: #ABDF74; }
span { border-color: rgb(171,223,116); }
td.TdClassName
{
border-color: #ABDF74;
}
.TagClassName
{
border-color: #ABDF74;
}
</style>