Html Css Color HEX #B2EB81 Feijoa

📋 copy color: '#B2EB81'

red 178 ◦ green 235 ◦ blue 129

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

Shades of Feijoa #B2EB81

Tints of Feijoa #B2EB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.8%

R = 32.84%
G = 43.36%
B = 23.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#B2EB81 (or 0xB2EB81) is known color: Feijoa. HEX triplet: B2, EB and 81. RGB value is (178,235,129). Sum of RGB (Red+Green+Blue) = 178+235+129=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EB81 is #4D147E. Grayscale: #CECECE. Windows color (decimal): -5051519 or 8514482. OLE color: 8514482.

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

Color convert

RGB 178 235 129 -
CMYK 0.24 0 0.45 0.08
HSL 92.26º 0.73% 0.71% -
HSV(B) 92.26º 0.45% 0.92% -
XYZ 52.03 70.47 31.63 -
YUV 205.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 178 235 129 0.24 0 0.45 0.08 92.26 0.73 0.71
Hex B2 EB 81 18 0 2D 8 5C 49 47
Octal 262 353 201 30 0 55 10 134 111 107
Binary 10110010 11101011 10000001 11000 0 101101 1000 1011100 1001001 1000111

Color Harmonies of #B2EB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB81

Black with #B2EB81

Text Example


Text Example

White with #B2EB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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