Html Css Color HEX #B1DF7F Feijoa

📋 copy color: '#B1DF7F'

red 177 ◦ green 223 ◦ blue 127

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

Shades of Feijoa #B1DF7F

Tints of Feijoa #B1DF7F

RGB

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

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

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

R = 33.59%
G = 42.31%
B = 24.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#B1DF7F (or 0xB1DF7F) is known color: Feijoa. HEX triplet: B1, DF and 7F. RGB value is (177,223,127). Sum of RGB (Red+Green+Blue) = 177+223+127=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DF7F is #4E2080. Grayscale: #C6C6C6. Windows color (decimal): -5120129 or 8380337. OLE color: 8380337.

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

Color convert

RGB 177 223 127 -
CMYK 0.21 0 0.43 0.13
HSL 88.75º 0.6% 0.69% -
HSV(B) 88.75º 0.43% 0.87% -
XYZ 48.35 63.65 29.82 -
YUV 198.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 177 223 127 0.21 0 0.43 0.13 88.75 0.6 0.69
Hex B1 DF 7F 15 0 2B D 59 3C 45
Octal 261 337 177 25 0 53 15 131 74 105
Binary 10110001 11011111 1111111 10101 0 101011 1101 1011001 111100 1000101

Color Harmonies of #B1DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DF7F

Black with #B1DF7F

Text Example


Text Example

White with #B1DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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