Html Css Color HEX #B2EB80 Feijoa

📋 copy color: '#B2EB80'

red 178 ◦ green 235 ◦ blue 128

#B2EB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #B2EB80

Tints of Feijoa #B2EB80

RGB

 RED value IS 178 (69.92% from 255) = 32.9%

 GREEN value IS 235 (92.19% from 255) = 43.44%

 BLUE value IS 128 (50.39% from 255) = 23.66%

R = 32.9%
G = 43.44%
B = 23.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#B2EB80 (or 0xB2EB80) is known color: Feijoa. HEX triplet: B2, EB and 80. RGB value is (178,235,128). Sum of RGB (Red+Green+Blue) = 178+235+128=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EB80 is #4D147F. Grayscale: #CECECE. Windows color (decimal): -5051520 or 8448946. OLE color: 8448946.

HSL color Cylindrical-coordinate representation of color #B2EB80: hue angle of 91.96º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2EB80 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 128 -
CMYK 0.24 0 0.46 0.08
HSL 91.96º 0.73% 0.71% -
HSV(B) 91.96º 0.46% 0.92% -
XYZ 51.96 70.44 31.28 -
YUV 205.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 178 235 128 0.24 0 0.46 0.08 91.96 0.73 0.71
Hex B2 EB 80 18 0 2E 8 5C 49 47
Octal 262 353 200 30 0 56 10 134 111 107
Binary 10110010 11101011 10000000 11000 0 101110 1000 1011100 1001001 1000111

Color Harmonies of #B2EB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB80

Black with #B2EB80

Text Example


Text Example

White with #B2EB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB80; }

 p { color: rgb(178,235,128); }

 H1.HeaderClassName
 {
   color: #B2EB80;
 }
 .AnyTagClassName
 {
   color: #B2EB80;
 }
</style>

background-color css

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

 a { background-color: rgb(178,235,128); }

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

border-color css

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

 span { border-color: rgb(178,235,128); }

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