Html Css Color HEX #B0E37F Feijoa

📋 copy color: '#B0E37F'

red 176 ◦ green 227 ◦ blue 127

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

Shades of Feijoa #B0E37F

Tints of Feijoa #B0E37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.96%

R = 33.21%
G = 42.83%
B = 23.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#B0E37F (or 0xB0E37F) is known color: Feijoa. HEX triplet: B0, E3 and 7F. RGB value is (176,227,127). Sum of RGB (Red+Green+Blue) = 176+227+127=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E37F is #4F1C80. Grayscale: #C8C8C8. Windows color (decimal): -5184641 or 8381360. OLE color: 8381360.

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

Color convert

RGB 176 227 127 -
CMYK 0.22 0 0.44 0.11
HSL 90.6º 0.64% 0.69% -
HSV(B) 90.6º 0.44% 0.89% -
XYZ 49.2 65.7 30.17 -
YUV 200.35 86.6 110.63 -
System Red Green Blue C M Y K H S L
Decimal 176 227 127 0.22 0 0.44 0.11 90.6 0.64 0.69
Hex B0 E3 7F 16 0 2C B 5B 40 45
Octal 260 343 177 26 0 54 13 133 100 105
Binary 10110000 11100011 1111111 10110 0 101100 1011 1011011 1000000 1000101

Color Harmonies of #B0E37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E37F

Black with #B0E37F

Text Example


Text Example

White with #B0E37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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