Html Css Color HEX #B1EC80 Feijoa

📋 copy color: '#B1EC80'

red 177 ◦ green 236 ◦ blue 128

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

Shades of Feijoa #B1EC80

Tints of Feijoa #B1EC80

RGB

 RED value IS 177 (69.53% from 255) = 32.72%

 GREEN value IS 236 (92.58% from 255) = 43.62%

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

R = 32.72%
G = 43.62%
B = 23.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#B1EC80 (or 0xB1EC80) is known color: Feijoa. HEX triplet: B1, EC and 80. RGB value is (177,236,128). Sum of RGB (Red+Green+Blue) = 177+236+128=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #B1EC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EC80 is #4E137F. Grayscale: #CECECE. Windows color (decimal): -5116800 or 8449201. OLE color: 8449201.

HSL color Cylindrical-coordinate representation of color #B1EC80: hue angle of 92.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1EC80 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 236 128 -
CMYK 0.25 0 0.46 0.07
HSL 92.78º 0.74% 0.71% -
HSV(B) 92.78º 0.46% 0.93% -
XYZ 52.02 70.9 31.36 -
YUV 206.05 83.95 107.28 -
System Red Green Blue C M Y K H S L
Decimal 177 236 128 0.25 0 0.46 0.07 92.78 0.74 0.71
Hex B1 EC 80 19 0 2E 7 5D 4A 47
Octal 261 354 200 31 0 56 7 135 112 107
Binary 10110001 11101100 10000000 11001 0 101110 111 1011101 1001010 1000111

Color Harmonies of #B1EC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EC80

Black with #B1EC80

Text Example


Text Example

White with #B1EC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EC80; }

 p { color: rgb(177,236,128); }

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

background-color css

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

 a { background-color: rgb(177,236,128); }

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

border-color css

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

 span { border-color: rgb(177,236,128); }

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