Html Css Color HEX #B2E181 Feijoa

📋 copy color: '#B2E181'

red 178 ◦ green 225 ◦ blue 129

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

Shades of Feijoa #B2E181

Tints of Feijoa #B2E181

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.29%

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

R = 33.46%
G = 42.29%
B = 24.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#B2E181 (or 0xB2E181) is known color: Feijoa. HEX triplet: B2, E1 and 81. RGB value is (178,225,129). Sum of RGB (Red+Green+Blue) = 178+225+129=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E181 is #4D1E7E. Grayscale: #C8C8C8. Windows color (decimal): -5054079 or 8511922. OLE color: 8511922.

HSL color Cylindrical-coordinate representation of color #B2E181: hue angle of 89.37º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2E181 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 225 129 -
CMYK 0.21 0 0.43 0.12
HSL 89.37º 0.62% 0.69% -
HSV(B) 89.37º 0.43% 0.88% -
XYZ 49.25 64.9 30.7 -
YUV 200 87.93 112.31 -
System Red Green Blue C M Y K H S L
Decimal 178 225 129 0.21 0 0.43 0.12 89.37 0.62 0.69
Hex B2 E1 81 15 0 2B C 59 3E 45
Octal 262 341 201 25 0 53 14 131 76 105
Binary 10110010 11100001 10000001 10101 0 101011 1100 1011001 111110 1000101

Color Harmonies of #B2E181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E181

Black with #B2E181

Text Example


Text Example

White with #B2E181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E181; }

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

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

background-color css

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

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

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

border-color css

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

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

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