#B4ED88

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

Shades of Feijoa #B4ED88

Tints of Feijoa #B4ED88

Color information

#B4ED88 (or 0xB4ED88) is unknown color: approx Feijoa. HEX triplet: B4, ED and 88. RGB value is (180,237,136). Sum of RGB (Red+Green+Blue) = 180+237+136=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4ED88 is #4B1277. Grayscale: #D0D0D0. Windows color (decimal): -4919928 or 8973748. OLE color: 8973748.

HSL color Cylindrical-coordinate representation of color #B4ED88: hue angle of 93.86º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4ED88 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB180237136-
CMYK0.2400.430.07
HSL93.86º73.72%73.14%-
HSV(B)93.86º42.62%92.94%-
XYZ53.5572.0534.38-
YUV208.4487.12107.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 237 (92.97% from 255) = 42.86%
BLUE value IS 136 (53.52% from 255) = 24.59%
R=32.55%
G=42.86%
B=24.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802371360.2400.430.0793.8673.7273.14
HexB4ED881802B75e4a49
Octal264355210300537136112111
Binary101101001110110110001000110000101011111101111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ED88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ED88; }

 p { color: rgb(180,237,136); }

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

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

 a { background-color: rgb(180,237,136); }

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

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

 span { border-color: rgb(180,237,136); }

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