Html Css Color HEX #B0E07B Feijoa

📋 copy color: '#B0E07B'

red 176 ◦ green 224 ◦ blue 123

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

Shades of Feijoa #B0E07B

Tints of Feijoa #B0E07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.52%

R = 33.65%
G = 42.83%
B = 23.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#B0E07B (or 0xB0E07B) is known color: Feijoa. HEX triplet: B0, E0 and 7B. RGB value is (176,224,123). Sum of RGB (Red+Green+Blue) = 176+224+123=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E07B is #4F1F84. Grayscale: #C6C6C6. Windows color (decimal): -5185413 or 8118448. OLE color: 8118448.

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

Color convert

RGB 176 224 123 -
CMYK 0.21 0 0.45 0.12
HSL 88.51º 0.62% 0.68% -
HSV(B) 88.51º 0.45% 0.88% -
XYZ 48.14 63.97 28.55 -
YUV 198.13 85.6 112.21 -
System Red Green Blue C M Y K H S L
Decimal 176 224 123 0.21 0 0.45 0.12 88.51 0.62 0.68
Hex B0 E0 7B 15 0 2D C 59 3E 44
Octal 260 340 173 25 0 55 14 131 76 104
Binary 10110000 11100000 1111011 10101 0 101101 1100 1011001 111110 1000100

Color Harmonies of #B0E07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E07B

Black with #B0E07B

Text Example


Text Example

White with #B0E07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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