Html Css Color HEX #B0ED81 Feijoa

📋 copy color: '#B0ED81'

red 176 ◦ green 237 ◦ blue 129

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

Shades of Feijoa #B0ED81

Tints of Feijoa #B0ED81

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.73%

 BLUE value IS 129 (50.78% from 255) = 23.8%

R = 32.47%
G = 43.73%
B = 23.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#B0ED81 (or 0xB0ED81) is known color: Feijoa. HEX triplet: B0, ED and 81. RGB value is (176,237,129). Sum of RGB (Red+Green+Blue) = 176+237+129=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ED81 is #4F127E. Grayscale: #CECECE. Windows color (decimal): -5182079 or 8514992. OLE color: 8514992.

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

Color convert

RGB 176 237 129 -
CMYK 0.26 0 0.46 0.07
HSL 93.89º 0.75% 0.72% -
HSV(B) 93.89º 0.46% 0.93% -
XYZ 52.15 71.38 31.8 -
YUV 206.45 84.29 106.28 -
System Red Green Blue C M Y K H S L
Decimal 176 237 129 0.26 0 0.46 0.07 93.89 0.75 0.72
Hex B0 ED 81 1A 0 2E 7 5E 4B 48
Octal 260 355 201 32 0 56 7 136 113 110
Binary 10110000 11101101 10000001 11010 0 101110 111 1011110 1001011 1001000

Color Harmonies of #B0ED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED81

Black with #B0ED81

Text Example


Text Example

White with #B0ED81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED81; }

 p { color: rgb(176,237,129); }

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

background-color css

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

 a { background-color: rgb(176,237,129); }

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

border-color css

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

 span { border-color: rgb(176,237,129); }

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