Html Css Color HEX #B1D875 Feijoa

📋 copy color: '#B1D875'

red 177 ◦ green 216 ◦ blue 117

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

Shades of Feijoa #B1D875

Tints of Feijoa #B1D875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.35%

 BLUE value IS 117 (46.09% from 255) = 22.94%

R = 34.71%
G = 42.35%
B = 22.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#B1D875 (or 0xB1D875) is known color: Feijoa. HEX triplet: B1, D8 and 75. RGB value is (177,216,117). Sum of RGB (Red+Green+Blue) = 177+216+117=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D875 is #4E278A. Grayscale: #C1C1C1. Windows color (decimal): -5121931 or 7723185. OLE color: 7723185.

HSL color Cylindrical-coordinate representation of color #B1D875: hue angle of 83.64º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1D875 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 216 117 -
CMYK 0.18 0 0.46 0.15
HSL 83.64º 0.56% 0.65% -
HSV(B) 83.64º 0.46% 0.85% -
XYZ 45.9 59.74 25.94 -
YUV 193.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 177 216 117 0.18 0 0.46 0.15 83.64 0.56 0.65
Hex B1 D8 75 12 0 2E F 54 38 41
Octal 261 330 165 22 0 56 17 124 70 101
Binary 10110001 11011000 1110101 10010 0 101110 1111 1010100 111000 1000001

Color Harmonies of #B1D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D875

Black with #B1D875

Text Example


Text Example

White with #B1D875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D875; }

 p { color: rgb(177,216,117); }

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

background-color css

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

 a { background-color: rgb(177,216,117); }

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

border-color css

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

 span { border-color: rgb(177,216,117); }

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