Html Css Color HEX #B0E077 Feijoa

📋 copy color: '#B0E077'

red 176 ◦ green 224 ◦ blue 119

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

Shades of Feijoa #B0E077

Tints of Feijoa #B0E077

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.16%

 BLUE value IS 119 (46.88% from 255) = 22.93%

R = 33.91%
G = 43.16%
B = 22.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#B0E077 (or 0xB0E077) is known color: Feijoa. HEX triplet: B0, E0 and 77. RGB value is (176,224,119). Sum of RGB (Red+Green+Blue) = 176+224+119=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E077 is #4F1F88. Grayscale: #C6C6C6. Windows color (decimal): -5185417 or 7856304. OLE color: 7856304.

HSL color Cylindrical-coordinate representation of color #B0E077: hue angle of 87.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0E077 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 119 -
CMYK 0.21 0 0.47 0.12
HSL 87.43º 0.63% 0.67% -
HSV(B) 87.43º 0.47% 0.88% -
XYZ 47.89 63.87 27.26 -
YUV 197.68 83.6 112.54 -
System Red Green Blue C M Y K H S L
Decimal 176 224 119 0.21 0 0.47 0.12 87.43 0.63 0.67
Hex B0 E0 77 15 0 2F C 57 3F 43
Octal 260 340 167 25 0 57 14 127 77 103
Binary 10110000 11100000 1110111 10101 0 101111 1100 1010111 111111 1000011

Color Harmonies of #B0E077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E077

Black with #B0E077

Text Example


Text Example

White with #B0E077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E077; }

 p { color: rgb(176,224,119); }

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

background-color css

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

 a { background-color: rgb(176,224,119); }

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

border-color css

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

 span { border-color: rgb(176,224,119); }

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