Html Css Color HEX #B0ED8D Feijoa

📋 copy color: '#B0ED8D'

red 176 ◦ green 237 ◦ blue 141

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

Shades of Feijoa #B0ED8D

Tints of Feijoa #B0ED8D

RGB

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

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

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

R = 31.77%
G = 42.78%
B = 25.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#B0ED8D (or 0xB0ED8D) is known color: Feijoa. HEX triplet: B0, ED and 8D. RGB value is (176,237,141). Sum of RGB (Red+Green+Blue) = 176+237+141=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ED8D is #4F1272. Grayscale: #D0D0D0. Windows color (decimal): -5182067 or 9301424. OLE color: 9301424.

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

Color convert

RGB 176 237 141 -
CMYK 0.26 0 0.41 0.07
HSL 98.13º 0.73% 0.74% -
HSV(B) 98.13º 0.41% 0.93% -
XYZ 53 71.72 36.25 -
YUV 207.82 90.29 105.31 -
System Red Green Blue C M Y K H S L
Decimal 176 237 141 0.26 0 0.41 0.07 98.13 0.73 0.74
Hex B0 ED 8D 1A 0 29 7 62 49 4A
Octal 260 355 215 32 0 51 7 142 111 112
Binary 10110000 11101101 10001101 11010 0 101001 111 1100010 1001001 1001010

Color Harmonies of #B0ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED8D

Black with #B0ED8D

Text Example


Text Example

White with #B0ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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