Shades of Feijoa #ABDF75
Tints of Feijoa #ABDF75
RGB
CMYK
RGB Variations
Color information
#ABDF75 (or 0xABDF75) is known color: Feijoa. HEX triplet: AB, DF and 75. RGB value is (171,223,117). Sum of RGB (Red+Green+Blue) = 171+223+117=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF75 is #54208A. Grayscale: #C3C3C3. Windows color (decimal): -5513355 or 7724971. OLE color: 7724971.
HSL color Cylindrical-coordinate representation of color #ABDF75: hue angle of 89.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABDF75 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 117 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.13 |
| HSL | 89.43º | 0.62% | 0.67% | - |
| HSV(B) | 89.43º | 0.48% | 0.87% | - |
| XYZ | 46.39 | 62.72 | 26.49 | - |
| YUV | 195.37 | 83.77 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 117 | 0.23 | 0 | 0.48 | 0.13 | 89.43 | 0.62 | 0.67 |
| Hex | AB | DF | 75 | 17 | 0 | 30 | D | 59 | 3E | 43 |
| Octal | 253 | 337 | 165 | 27 | 0 | 60 | 15 | 131 | 76 | 103 |
| Binary | 10101011 | 11011111 | 1110101 | 10111 | 0 | 110000 | 1101 | 1011001 | 111110 | 1000011 |
Color Harmonies of #ABDF75
Complementary color
Monochromatic Colors of #ABDF75
Black with #ABDF75
Text Example
Text Example
White with #ABDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF75; }
p { color: rgb(171,223,117); }
H1.HeaderClassName
{
color: #ABDF75;
}
.AnyTagClassName
{
color: #ABDF75;
}
</style>
background-color css
<style>
a { background-color: #ABDF75; }
a { background-color: rgb(171,223,117); }
div.DivClassName
{
background-color: #ABDF75;
}
.BgClassName
{
background-color: #ABDF75;
}
</style>
border-color css
<style>
span { border-color: #ABDF75; }
span { border-color: rgb(171,223,117); }
td.TdClassName
{
border-color: #ABDF75;
}
.TagClassName
{
border-color: #ABDF75;
}
</style>