Html Css Color HEX #B0E07E Feijoa

📋 copy color: '#B0E07E'

red 176 ◦ green 224 ◦ blue 126

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

Shades of Feijoa #B0E07E

Tints of Feijoa #B0E07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.95%

R = 33.46%
G = 42.59%
B = 23.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#B0E07E (or 0xB0E07E) is known color: Feijoa. HEX triplet: B0, E0 and 7E. RGB value is (176,224,126). Sum of RGB (Red+Green+Blue) = 176+224+126=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E07E is #4F1F81. Grayscale: #C6C6C6. Windows color (decimal): -5185410 or 8315056. OLE color: 8315056.

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

Color convert

RGB 176 224 126 -
CMYK 0.21 0 0.44 0.12
HSL 89.39º 0.61% 0.69% -
HSV(B) 89.39º 0.44% 0.88% -
XYZ 48.33 64.05 29.55 -
YUV 198.48 87.1 111.97 -
System Red Green Blue C M Y K H S L
Decimal 176 224 126 0.21 0 0.44 0.12 89.39 0.61 0.69
Hex B0 E0 7E 15 0 2C C 59 3D 45
Octal 260 340 176 25 0 54 14 131 75 105
Binary 10110000 11100000 1111110 10101 0 101100 1100 1011001 111101 1000101

Color Harmonies of #B0E07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E07E

Black with #B0E07E

Text Example


Text Example

White with #B0E07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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