Html Css Color HEX #B1DF7C Feijoa

📋 copy color: '#B1DF7C'

red 177 ◦ green 223 ◦ blue 124

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

Shades of Feijoa #B1DF7C

Tints of Feijoa #B1DF7C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

 BLUE value IS 124 (48.83% from 255) = 23.66%

R = 33.78%
G = 42.56%
B = 23.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#B1DF7C (or 0xB1DF7C) is known color: Feijoa. HEX triplet: B1, DF and 7C. RGB value is (177,223,124). Sum of RGB (Red+Green+Blue) = 177+223+124=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DF7C is #4E2083. Grayscale: #C6C6C6. Windows color (decimal): -5120132 or 8183729. OLE color: 8183729.

HSL color Cylindrical-coordinate representation of color #B1DF7C: hue angle of 87.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1DF7C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 124 -
CMYK 0.21 0 0.44 0.13
HSL 87.88º 0.61% 0.68% -
HSV(B) 87.88º 0.44% 0.87% -
XYZ 48.16 63.58 28.8 -
YUV 197.96 86.26 113.05 -
System Red Green Blue C M Y K H S L
Decimal 177 223 124 0.21 0 0.44 0.13 87.88 0.61 0.68
Hex B1 DF 7C 15 0 2C D 58 3D 44
Octal 261 337 174 25 0 54 15 130 75 104
Binary 10110001 11011111 1111100 10101 0 101100 1101 1011000 111101 1000100

Color Harmonies of #B1DF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DF7C

Black with #B1DF7C

Text Example


Text Example

White with #B1DF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DF7C; }

 p { color: rgb(177,223,124); }

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

background-color css

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

 a { background-color: rgb(177,223,124); }

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

border-color css

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

 span { border-color: rgb(177,223,124); }

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