Html Css Color HEX #B0E373 Feijoa

📋 copy color: '#B0E373'

red 176 ◦ green 227 ◦ blue 115

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

Shades of Feijoa #B0E373

Tints of Feijoa #B0E373

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.82%

 BLUE value IS 115 (45.31% from 255) = 22.2%

R = 33.98%
G = 43.82%
B = 22.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#B0E373 (or 0xB0E373) is known color: Feijoa. HEX triplet: B0, E3 and 73. RGB value is (176,227,115). Sum of RGB (Red+Green+Blue) = 176+227+115=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E373 is #4F1C8C. Grayscale: #C7C7C7. Windows color (decimal): -5184653 or 7594928. OLE color: 7594928.

HSL color Cylindrical-coordinate representation of color #B0E373: hue angle of 87.32º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0E373 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 115 -
CMYK 0.22 0 0.49 0.11
HSL 87.32º 0.67% 0.67% -
HSV(B) 87.32º 0.49% 0.89% -
XYZ 48.47 65.41 26.29 -
YUV 198.98 80.6 111.61 -
System Red Green Blue C M Y K H S L
Decimal 176 227 115 0.22 0 0.49 0.11 87.32 0.67 0.67
Hex B0 E3 73 16 0 31 B 57 43 43
Octal 260 343 163 26 0 61 13 127 103 103
Binary 10110000 11100011 1110011 10110 0 110001 1011 1010111 1000011 1000011

Color Harmonies of #B0E373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E373

Black with #B0E373

Text Example


Text Example

White with #B0E373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E373; }

 p { color: rgb(176,227,115); }

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

background-color css

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

 a { background-color: rgb(176,227,115); }

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

border-color css

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

 span { border-color: rgb(176,227,115); }

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