Html Css Color HEX #B2E18E Feijoa

📋 copy color: '#B2E18E'

red 178 ◦ green 225 ◦ blue 142

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

Shades of Feijoa #B2E18E

Tints of Feijoa #B2E18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.06%

R = 32.66%
G = 41.28%
B = 26.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#B2E18E (or 0xB2E18E) is known color: Feijoa. HEX triplet: B2, E1 and 8E. RGB value is (178,225,142). Sum of RGB (Red+Green+Blue) = 178+225+142=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E18E is #4D1E71. Grayscale: #C9C9C9. Windows color (decimal): -5054066 or 9363890. OLE color: 9363890.

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

Color convert

RGB 178 225 142 -
CMYK 0.21 0 0.37 0.12
HSL 93.98º 0.58% 0.72% -
HSV(B) 93.98º 0.37% 0.88% -
XYZ 50.17 65.27 35.55 -
YUV 201.49 94.43 111.25 -
System Red Green Blue C M Y K H S L
Decimal 178 225 142 0.21 0 0.37 0.12 93.98 0.58 0.72
Hex B2 E1 8E 15 0 25 C 5E 3A 48
Octal 262 341 216 25 0 45 14 136 72 110
Binary 10110010 11100001 10001110 10101 0 100101 1100 1011110 111010 1001000

Color Harmonies of #B2E18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E18E

Black with #B2E18E

Text Example


Text Example

White with #B2E18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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