Html Css Color HEX #B1E07F Feijoa

📋 copy color: '#B1E07F'

red 177 ◦ green 224 ◦ blue 127

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

Shades of Feijoa #B1E07F

Tints of Feijoa #B1E07F

RGB

 RED value IS 177 (69.53% from 255) = 33.52%

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

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

R = 33.52%
G = 42.42%
B = 24.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#B1E07F (or 0xB1E07F) is known color: Feijoa. HEX triplet: B1, E0 and 7F. RGB value is (177,224,127). Sum of RGB (Red+Green+Blue) = 177+224+127=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E07F is #4E1F80. Grayscale: #C7C7C7. Windows color (decimal): -5119873 or 8380593. OLE color: 8380593.

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

Color convert

RGB 177 224 127 -
CMYK 0.21 0 0.43 0.12
HSL 89.07º 0.61% 0.69% -
HSV(B) 89.07º 0.43% 0.88% -
XYZ 48.62 64.19 29.91 -
YUV 198.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 177 224 127 0.21 0 0.43 0.12 89.07 0.61 0.69
Hex B1 E0 7F 15 0 2B C 59 3D 45
Octal 261 340 177 25 0 53 14 131 75 105
Binary 10110001 11100000 1111111 10101 0 101011 1100 1011001 111101 1000101

Color Harmonies of #B1E07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E07F

Black with #B1E07F

Text Example


Text Example

White with #B1E07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E07F; }

 p { color: rgb(177,224,127); }

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

background-color css

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

 a { background-color: rgb(177,224,127); }

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

border-color css

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

 span { border-color: rgb(177,224,127); }

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