Html Css Color HEX #B1E57D Feijoa

📋 copy color: '#B1E57D'

red 177 ◦ green 229 ◦ blue 125

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

Shades of Feijoa #B1E57D

Tints of Feijoa #B1E57D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.13%

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

R = 33.33%
G = 43.13%
B = 23.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#B1E57D (or 0xB1E57D) is known color: Feijoa. HEX triplet: B1, E5 and 7D. RGB value is (177,229,125). Sum of RGB (Red+Green+Blue) = 177+229+125=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E57D is #4E1A82. Grayscale: #C9C9C9. Windows color (decimal): -5118595 or 8250801. OLE color: 8250801.

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

Color convert

RGB 177 229 125 -
CMYK 0.23 0 0.45 0.10
HSL 90º 0.67% 0.69% -
HSV(B) 90º 0.45% 0.9% -
XYZ 49.85 66.87 29.68 -
YUV 201.6 84.77 110.46 -
System Red Green Blue C M Y K H S L
Decimal 177 229 125 0.23 0 0.45 0.10 90 0.67 0.69
Hex B1 E5 7D 17 0 2D A 5A 43 45
Octal 261 345 175 27 0 55 12 132 103 105
Binary 10110001 11100101 1111101 10111 0 101101 1010 1011010 1000011 1000101

Color Harmonies of #B1E57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E57D

Black with #B1E57D

Text Example


Text Example

White with #B1E57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E57D; }

 p { color: rgb(177,229,125); }

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

background-color css

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

 a { background-color: rgb(177,229,125); }

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

border-color css

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

 span { border-color: rgb(177,229,125); }

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