Shades of Feijoa #B2DA7D
Tints of Feijoa #B2DA7D
RGB
CMYK
RGB Variations
Color information
#B2DA7D (or 0xB2DA7D) is known color: Feijoa. HEX triplet: B2, DA and 7D. RGB value is (178,218,125). Sum of RGB (Red+Green+Blue) = 178+218+125=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA7D is #4D2582. Grayscale: #C3C3C3. Windows color (decimal): -5055875 or 8247986. OLE color: 8247986.
HSL color Cylindrical-coordinate representation of color #B2DA7D: hue angle of 85.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2DA7D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 125 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.15 |
| HSL | 85.81º | 0.56% | 0.67% | - |
| HSV(B) | 85.81º | 0.43% | 0.85% | - |
| XYZ | 47.13 | 61.09 | 28.71 | - |
| YUV | 195.44 | 88.25 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 125 | 0.18 | 0 | 0.43 | 0.15 | 85.81 | 0.56 | 0.67 |
| Hex | B2 | DA | 7D | 12 | 0 | 2B | F | 56 | 38 | 43 |
| Octal | 262 | 332 | 175 | 22 | 0 | 53 | 17 | 126 | 70 | 103 |
| Binary | 10110010 | 11011010 | 1111101 | 10010 | 0 | 101011 | 1111 | 1010110 | 111000 | 1000011 |
Color Harmonies of #B2DA7D
Complementary color
Monochromatic Colors of #B2DA7D
Black with #B2DA7D
Text Example
Text Example
White with #B2DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA7D; }
p { color: rgb(178,218,125); }
H1.HeaderClassName
{
color: #B2DA7D;
}
.AnyTagClassName
{
color: #B2DA7D;
}
</style>
background-color css
<style>
a { background-color: #B2DA7D; }
a { background-color: rgb(178,218,125); }
div.DivClassName
{
background-color: #B2DA7D;
}
.BgClassName
{
background-color: #B2DA7D;
}
</style>
border-color css
<style>
span { border-color: #B2DA7D; }
span { border-color: rgb(178,218,125); }
td.TdClassName
{
border-color: #B2DA7D;
}
.TagClassName
{
border-color: #B2DA7D;
}
</style>