Html Css Color HEX #B2E58C Feijoa

📋 copy color: '#B2E58C'

red 178 ◦ green 229 ◦ blue 140

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

Shades of Feijoa #B2E58C

Tints of Feijoa #B2E58C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.86%

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 32.54%
G = 41.86%
B = 25.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#B2E58C (or 0xB2E58C) is known color: Feijoa. HEX triplet: B2, E5 and 8C. RGB value is (178,229,140). Sum of RGB (Red+Green+Blue) = 178+229+140=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E58C is #4D1A73. Grayscale: #CBCBCB. Windows color (decimal): -5053044 or 9233842. OLE color: 9233842.

HSL color Cylindrical-coordinate representation of color #B2E58C: hue angle of 94.38º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2E58C is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 229 140 -
CMYK 0.22 0 0.39 0.10
HSL 94.38º 0.63% 0.72% -
HSV(B) 94.38º 0.39% 0.9% -
XYZ 51.11 67.4 35.13 -
YUV 203.61 92.1 109.74 -
System Red Green Blue C M Y K H S L
Decimal 178 229 140 0.22 0 0.39 0.10 94.38 0.63 0.72
Hex B2 E5 8C 16 0 27 A 5E 3F 48
Octal 262 345 214 26 0 47 12 136 77 110
Binary 10110010 11100101 10001100 10110 0 100111 1010 1011110 111111 1001000

Color Harmonies of #B2E58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E58C

Black with #B2E58C

Text Example


Text Example

White with #B2E58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E58C; }

 p { color: rgb(178,229,140); }

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

background-color css

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

 a { background-color: rgb(178,229,140); }

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

border-color css

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

 span { border-color: rgb(178,229,140); }

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