Html Css Color HEX #B1E67F Feijoa

📋 copy color: '#B1E67F'

red 177 ◦ green 230 ◦ blue 127

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

Shades of Feijoa #B1E67F

Tints of Feijoa #B1E67F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.07%

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

R = 33.15%
G = 43.07%
B = 23.78%

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

#B1E67F (or 0xB1E67F) is known color: Feijoa. HEX triplet: B1, E6 and 7F. RGB value is (177,230,127). Sum of RGB (Red+Green+Blue) = 177+230+127=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E67F is #4E1980. Grayscale: #CACACA. Windows color (decimal): -5118337 or 8382129. OLE color: 8382129.

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

Color convert

RGB 177 230 127 -
CMYK 0.23 0 0.45 0.10
HSL 90.87º 0.67% 0.7% -
HSV(B) 90.87º 0.45% 0.9% -
XYZ 50.26 67.47 30.45 -
YUV 202.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 177 230 127 0.23 0 0.45 0.10 90.87 0.67 0.7
Hex B1 E6 7F 17 0 2D A 5B 43 46
Octal 261 346 177 27 0 55 12 133 103 106
Binary 10110001 11100110 1111111 10111 0 101101 1010 1011011 1000011 1000110

Color Harmonies of #B1E67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E67F

Black with #B1E67F

Text Example


Text Example

White with #B1E67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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