#B5E78A

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

Shades of Feijoa #B5E78A

Tints of Feijoa #B5E78A

Color information

#B5E78A (or 0xB5E78A) is unknown color: approx Feijoa. HEX triplet: B5, E7 and 8A. RGB value is (181,231,138). Sum of RGB (Red+Green+Blue) = 181+231+138=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E78A is #4A1875. Grayscale: #CDCDCD. Windows color (decimal): -4855926 or 9103285. OLE color: 9103285.

HSL color Cylindrical-coordinate representation of color #B5E78A: hue angle of 92.26º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5E78A is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB181231138-
CMYK0.2200.400.09
HSL92.26º65.96%72.35%-
HSV(B)92.26º40.26%90.59%-
XYZ52.2268.8134.57-
YUV205.4589.94110.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=32.91%
G=42%
B=25.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812311380.2200.400.0992.2665.9672.35
HexB5E78A1602895c4248
Octal2653472122605011134102110
Binary1011010111100111100010101011001010001001101110010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E78A; }

 p { color: rgb(181,231,138); }

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

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

 a { background-color: rgb(181,231,138); }

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

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

 span { border-color: rgb(181,231,138); }

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