Html Css Color HEX #B1F68C Feijoa

📋 copy color: '#B1F68C'

red 177 ◦ green 246 ◦ blue 140

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

Shades of Feijoa #B1F68C

Tints of Feijoa #B1F68C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.69%

 BLUE value IS 140 (55.08% from 255) = 24.87%

R = 31.44%
G = 43.69%
B = 24.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#B1F68C (or 0xB1F68C) is known color: Feijoa. HEX triplet: B1, F6 and 8C. RGB value is (177,246,140). Sum of RGB (Red+Green+Blue) = 177+246+140=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F68C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F68C is #4E0973. Grayscale: #D5D5D5. Windows color (decimal): -5114228 or 9238193. OLE color: 9238193.

HSL color Cylindrical-coordinate representation of color #B1F68C: hue angle of 99.06º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1F68C is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 246 140 -
CMYK 0.28 0 0.43 0.04
HSL 99.06º 0.85% 0.76% -
HSV(B) 99.06º 0.43% 0.96% -
XYZ 55.82 77.15 36.76 -
YUV 213.29 86.64 102.12 -
System Red Green Blue C M Y K H S L
Decimal 177 246 140 0.28 0 0.43 0.04 99.06 0.85 0.76
Hex B1 F6 8C 1C 0 2B 4 63 55 4C
Octal 261 366 214 34 0 53 4 143 125 114
Binary 10110001 11110110 10001100 11100 0 101011 100 1100011 1010101 1001100

Color Harmonies of #B1F68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F68C

Black with #B1F68C

Text Example


Text Example

White with #B1F68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F68C; }

 p { color: rgb(177,246,140); }

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

background-color css

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

 a { background-color: rgb(177,246,140); }

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

border-color css

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

 span { border-color: rgb(177,246,140); }

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