#B2EE84

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

Shades of Feijoa #B2EE84

Tints of Feijoa #B2EE84

Color information

#B2EE84 (or 0xB2EE84) is unknown color: approx Feijoa. HEX triplet: B2, EE and 84. RGB value is (178,238,132). Sum of RGB (Red+Green+Blue) = 178+238+132=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EE84 is #4D117B. Grayscale: #D0D0D0. Windows color (decimal): -5050748 or 8711858. OLE color: 8711858.

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

Color convert

RGB178238132-
CMYK0.2500.450.07
HSL93.96º75.71%72.55%-
HSV(B)93.96º44.54%93.33%-
XYZ53.172.2832.98-
YUV207.9885.12106.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 238 (93.36% from 255) = 43.43%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=32.48%
G=43.43%
B=24.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782381320.2500.450.0793.9675.7172.55
HexB2EE841902D75e4c49
Octal262356204310557136114111
Binary101100101110111010000100110010101101111101111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EE84; }

 p { color: rgb(178,238,132); }

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

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

 a { background-color: rgb(178,238,132); }

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

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

 span { border-color: rgb(178,238,132); }

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