Html Css Color HEX #B0E473 Feijoa

📋 copy color: '#B0E473'

red 176 ◦ green 228 ◦ blue 115

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

Shades of Feijoa #B0E473

Tints of Feijoa #B0E473

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.93%

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

R = 33.91%
G = 43.93%
B = 22.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#B0E473 (or 0xB0E473) is known color: Feijoa. HEX triplet: B0, E4 and 73. RGB value is (176,228,115). Sum of RGB (Red+Green+Blue) = 176+228+115=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E473 is #4F1B8C. Grayscale: #C7C7C7. Windows color (decimal): -5184397 or 7595184. OLE color: 7595184.

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

Color convert

RGB 176 228 115 -
CMYK 0.23 0 0.50 0.11
HSL 87.61º 0.68% 0.67% -
HSV(B) 87.61º 0.5% 0.89% -
XYZ 48.74 65.95 26.38 -
YUV 199.57 80.27 111.19 -
System Red Green Blue C M Y K H S L
Decimal 176 228 115 0.23 0 0.50 0.11 87.61 0.68 0.67
Hex B0 E4 73 17 0 32 B 58 44 43
Octal 260 344 163 27 0 62 13 130 104 103
Binary 10110000 11100100 1110011 10111 0 110010 1011 1011000 1000100 1000011

Color Harmonies of #B0E473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E473

Black with #B0E473

Text Example


Text Example

White with #B0E473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E473; }

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

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

background-color css

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

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

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

border-color css

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

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

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