Html Css Color HEX #B0E58F Feijoa

📋 copy color: '#B0E58F'

red 176 ◦ green 229 ◦ blue 143

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

Shades of Feijoa #B0E58F

Tints of Feijoa #B0E58F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.79%

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

R = 32.12%
G = 41.79%
B = 26.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#B0E58F (or 0xB0E58F) is known color: Feijoa. HEX triplet: B0, E5 and 8F. RGB value is (176,229,143). Sum of RGB (Red+Green+Blue) = 176+229+143=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E58F is #4F1A70. Grayscale: #CBCBCB. Windows color (decimal): -5184113 or 9430448. OLE color: 9430448.

HSL color Cylindrical-coordinate representation of color #B0E58F: hue angle of 96.98º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0E58F is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 143 -
CMYK 0.23 0 0.38 0.10
HSL 96.98º 0.62% 0.73% -
HSV(B) 96.98º 0.38% 0.9% -
XYZ 50.88 67.25 36.29 -
YUV 203.35 93.94 108.49 -
System Red Green Blue C M Y K H S L
Decimal 176 229 143 0.23 0 0.38 0.10 96.98 0.62 0.73
Hex B0 E5 8F 17 0 26 A 61 3E 49
Octal 260 345 217 27 0 46 12 141 76 111
Binary 10110000 11100101 10001111 10111 0 100110 1010 1100001 111110 1001001

Color Harmonies of #B0E58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E58F

Black with #B0E58F

Text Example


Text Example

White with #B0E58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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