Html Css Color HEX #B1F48D Feijoa

📋 copy color: '#B1F48D'

red 177 ◦ green 244 ◦ blue 141

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

Shades of Feijoa #B1F48D

Tints of Feijoa #B1F48D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.42%

 BLUE value IS 141 (55.47% from 255) = 25.09%

R = 31.49%
G = 43.42%
B = 25.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#B1F48D (or 0xB1F48D) is known color: Feijoa. HEX triplet: B1, F4 and 8D. RGB value is (177,244,141). Sum of RGB (Red+Green+Blue) = 177+244+141=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F48D is #4E0B72. Grayscale: #D4D4D4. Windows color (decimal): -5114739 or 9303217. OLE color: 9303217.

HSL color Cylindrical-coordinate representation of color #B1F48D: hue angle of 99.03º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1F48D is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 244 141 -
CMYK 0.27 0 0.42 0.04
HSL 99.03º 0.82% 0.75% -
HSV(B) 99.03º 0.42% 0.96% -
XYZ 55.29 75.97 36.95 -
YUV 212.23 87.8 102.88 -
System Red Green Blue C M Y K H S L
Decimal 177 244 141 0.27 0 0.42 0.04 99.03 0.82 0.75
Hex B1 F4 8D 1B 0 2A 4 63 52 4B
Octal 261 364 215 33 0 52 4 143 122 113
Binary 10110001 11110100 10001101 11011 0 101010 100 1100011 1010010 1001011

Color Harmonies of #B1F48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F48D

Black with #B1F48D

Text Example


Text Example

White with #B1F48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F48D; }

 p { color: rgb(177,244,141); }

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

background-color css

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

 a { background-color: rgb(177,244,141); }

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

border-color css

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

 span { border-color: rgb(177,244,141); }

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