Shades of Feijoa #B4E683
Tints of Feijoa #B4E683
RGB
CMYK
RGB Variations
Color information
#B4E683 (or 0xB4E683) is known color: Feijoa. HEX triplet: B4, E6 and 83. RGB value is (180,230,131). Sum of RGB (Red+Green+Blue) = 180+230+131=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E683 is #4B197C. Grayscale: #CCCCCC. Windows color (decimal): -4921725 or 8644276. OLE color: 8644276.
HSL color Cylindrical-coordinate representation of color #B4E683: hue angle of 90.3º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4E683 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 230 | 131 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.10 |
| HSL | 90.3º | 0.66% | 0.71% | - |
| HSV(B) | 90.3º | 0.43% | 0.9% | - |
| XYZ | 51.22 | 67.94 | 31.89 | - |
| YUV | 203.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 230 | 131 | 0.22 | 0 | 0.43 | 0.10 | 90.3 | 0.66 | 0.71 |
| Hex | B4 | E6 | 83 | 16 | 0 | 2B | A | 5A | 42 | 47 |
| Octal | 264 | 346 | 203 | 26 | 0 | 53 | 12 | 132 | 102 | 107 |
| Binary | 10110100 | 11100110 | 10000011 | 10110 | 0 | 101011 | 1010 | 1011010 | 1000010 | 1000111 |
Color Harmonies of #B4E683
Complementary color
Monochromatic Colors of #B4E683
Black with #B4E683
Text Example
Text Example
White with #B4E683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E683; }
p { color: rgb(180,230,131); }
H1.HeaderClassName
{
color: #B4E683;
}
.AnyTagClassName
{
color: #B4E683;
}
</style>
background-color css
<style>
a { background-color: #B4E683; }
a { background-color: rgb(180,230,131); }
div.DivClassName
{
background-color: #B4E683;
}
.BgClassName
{
background-color: #B4E683;
}
</style>
border-color css
<style>
span { border-color: #B4E683; }
span { border-color: rgb(180,230,131); }
td.TdClassName
{
border-color: #B4E683;
}
.TagClassName
{
border-color: #B4E683;
}
</style>