Html Css Color HEX #B0EC8D Feijoa

📋 copy color: '#B0EC8D'

red 176 ◦ green 236 ◦ blue 141

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

Shades of Feijoa #B0EC8D

Tints of Feijoa #B0EC8D

RGB

 RED value IS 176 (69.14% from 255) = 31.83%

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

 BLUE value IS 141 (55.47% from 255) = 25.5%

R = 31.83%
G = 42.68%
B = 25.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#B0EC8D (or 0xB0EC8D) is known color: Feijoa. HEX triplet: B0, EC and 8D. RGB value is (176,236,141). Sum of RGB (Red+Green+Blue) = 176+236+141=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC8D is #4F1372. Grayscale: #CFCFCF. Windows color (decimal): -5182323 or 9301168. OLE color: 9301168.

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

Color convert

RGB 176 236 141 -
CMYK 0.25 0 0.40 0.07
HSL 97.89º 0.71% 0.74% -
HSV(B) 97.89º 0.4% 0.93% -
XYZ 52.71 71.14 36.15 -
YUV 207.23 90.62 105.72 -
System Red Green Blue C M Y K H S L
Decimal 176 236 141 0.25 0 0.40 0.07 97.89 0.71 0.74
Hex B0 EC 8D 19 0 28 7 62 47 4A
Octal 260 354 215 31 0 50 7 142 107 112
Binary 10110000 11101100 10001101 11001 0 101000 111 1100010 1000111 1001010

Color Harmonies of #B0EC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EC8D

Black with #B0EC8D

Text Example


Text Example

White with #B0EC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EC8D; }

 p { color: rgb(176,236,141); }

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

background-color css

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

 a { background-color: rgb(176,236,141); }

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

border-color css

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

 span { border-color: rgb(176,236,141); }

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