Html Css Color HEX #B3E080 Feijoa

📋 copy color: '#B3E080'

red 179 ◦ green 224 ◦ blue 128

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

Shades of Feijoa #B3E080

Tints of Feijoa #B3E080

RGB

 RED value IS 179 (70.31% from 255) = 33.71%

 GREEN value IS 224 (87.89% from 255) = 42.18%

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

R = 33.71%
G = 42.18%
B = 24.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#B3E080 (or 0xB3E080) is known color: Feijoa. HEX triplet: B3, E0 and 80. RGB value is (179,224,128). Sum of RGB (Red+Green+Blue) = 179+224+128=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3E080 is #4C1F7F. Grayscale: #C7C7C7. Windows color (decimal): -4988800 or 8446131. OLE color: 8446131.

HSL color Cylindrical-coordinate representation of color #B3E080: hue angle of 88.12º degrees, saturation: 0.61, 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 #B3E080 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 224 128 -
CMYK 0.20 0 0.43 0.12
HSL 88.13º 0.61% 0.69% -
HSV(B) 88.13º 0.43% 0.88% -
XYZ 49.14 64.45 30.27 -
YUV 199.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 179 224 128 0.20 0 0.43 0.12 88.13 0.61 0.69
Hex B3 E0 80 14 0 2B C 58 3D 45
Octal 263 340 200 24 0 53 14 130 75 105
Binary 10110011 11100000 10000000 10100 0 101011 1100 1011000 111101 1000101

Color Harmonies of #B3E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E080

Black with #B3E080

Text Example


Text Example

White with #B3E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E080; }

 p { color: rgb(179,224,128); }

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

background-color css

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

 a { background-color: rgb(179,224,128); }

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

border-color css

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

 span { border-color: rgb(179,224,128); }

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