Html Css Color HEX #B0E37D Feijoa

📋 copy color: '#B0E37D'

red 176 ◦ green 227 ◦ blue 125

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

Shades of Feijoa #B0E37D

Tints of Feijoa #B0E37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 33.33%
G = 42.99%
B = 23.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#B0E37D (or 0xB0E37D) is known color: Feijoa. HEX triplet: B0, E3 and 7D. RGB value is (176,227,125). Sum of RGB (Red+Green+Blue) = 176+227+125=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E37D is #4F1C82. Grayscale: #C8C8C8. Windows color (decimal): -5184643 or 8250288. OLE color: 8250288.

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

Color convert

RGB 176 227 125 -
CMYK 0.22 0 0.45 0.11
HSL 90º 0.65% 0.69% -
HSV(B) 90º 0.45% 0.89% -
XYZ 49.08 65.65 29.49 -
YUV 200.12 85.6 110.79 -
System Red Green Blue C M Y K H S L
Decimal 176 227 125 0.22 0 0.45 0.11 90 0.65 0.69
Hex B0 E3 7D 16 0 2D B 5A 41 45
Octal 260 343 175 26 0 55 13 132 101 105
Binary 10110000 11100011 1111101 10110 0 101101 1011 1011010 1000001 1000101

Color Harmonies of #B0E37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E37D

Black with #B0E37D

Text Example


Text Example

White with #B0E37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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