Html Css Color HEX #B0EF8F Feijoa

📋 copy color: '#B0EF8F'

red 176 ◦ green 239 ◦ blue 143

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

Shades of Feijoa #B0EF8F

Tints of Feijoa #B0EF8F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.83%

 BLUE value IS 143 (56.25% from 255) = 25.63%

R = 31.54%
G = 42.83%
B = 25.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#B0EF8F (or 0xB0EF8F) is known color: Feijoa. HEX triplet: B0, EF and 8F. RGB value is (176,239,143). Sum of RGB (Red+Green+Blue) = 176+239+143=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EF8F is #4F1070. Grayscale: #D1D1D1. Windows color (decimal): -5181553 or 9433008. OLE color: 9433008.

HSL color Cylindrical-coordinate representation of color #B0EF8F: hue angle of 99.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0EF8F is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 143 -
CMYK 0.26 0 0.40 0.06
HSL 99.38º 0.75% 0.75% -
HSV(B) 99.38º 0.4% 0.94% -
XYZ 53.73 72.95 37.23 -
YUV 209.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 176 239 143 0.26 0 0.40 0.06 99.38 0.75 0.75
Hex B0 EF 8F 1A 0 28 6 63 4B 4B
Octal 260 357 217 32 0 50 6 143 113 113
Binary 10110000 11101111 10001111 11010 0 101000 110 1100011 1001011 1001011

Color Harmonies of #B0EF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EF8F

Black with #B0EF8F

Text Example


Text Example

White with #B0EF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EF8F; }

 p { color: rgb(176,239,143); }

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

background-color css

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

 a { background-color: rgb(176,239,143); }

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

border-color css

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

 span { border-color: rgb(176,239,143); }

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