#B4E28D

Color #B4E28D Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B4E28D

Tints of Feijoa #B4E28D

Color information

#B4E28D (or 0xB4E28D) is unknown color: approx Feijoa. HEX triplet: B4, E2 and 8D. RGB value is (180,226,141). Sum of RGB (Red+Green+Blue) = 180+226+141=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E28D is #4B1D72. Grayscale: #CACACA. Windows color (decimal): -4922739 or 9298612. OLE color: 9298612.

HSL color Cylindrical-coordinate representation of color #B4E28D: hue angle of 92.47º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4E28D is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB180226141-
CMYK0.2000.380.11
HSL92.47º59.44%71.96%-
HSV(B)92.47º37.61%88.63%-
XYZ50.8366.0235.26-
YUV202.5693.26111.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=32.91%
G=41.32%
B=25.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802261410.2000.380.1192.4759.4471.96
HexB4E28D14026B5c3b48
Octal264342215240461313473110
Binary101101001110001010001101101000100110101110111001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E28D; }

 p { color: rgb(180,226,141); }

 H1.HeaderClassName
 {
   color: #B4E28D;
 }
 .AnyTagClassName
 {
   color: #B4E28D;
 }
</style>
background-color css

<style>
 a { background-color: #B4E28D; }

 a { background-color: rgb(180,226,141); }

 div.DivClassName
 {
   background-color: #B4E28D;
 }
 .BgClassName
 {
   background-color: #B4E28D;
 }
</style>
border-color css

<style>
 span { border-color: #B4E28D; }

 span { border-color: rgb(180,226,141); }

 td.TdClassName
 {
   border-color: #B4E28D;
 }
 .TagClassName
 {
   border-color: #B4E28D;
 }
</style>