Html Css Color HEX #B1DA7F Feijoa

📋 copy color: '#B1DA7F'

red 177 ◦ green 218 ◦ blue 127

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

Shades of Feijoa #B1DA7F

Tints of Feijoa #B1DA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.76%

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

R = 33.91%
G = 41.76%
B = 24.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#B1DA7F (or 0xB1DA7F) is known color: Feijoa. HEX triplet: B1, DA and 7F. RGB value is (177,218,127). Sum of RGB (Red+Green+Blue) = 177+218+127=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DA7F is #4E2580. Grayscale: #C3C3C3. Windows color (decimal): -5121409 or 8379057. OLE color: 8379057.

HSL color Cylindrical-coordinate representation of color #B1DA7F: hue angle of 87.03º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1DA7F is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 218 127 -
CMYK 0.19 0 0.42 0.15
HSL 87.03º 0.55% 0.68% -
HSV(B) 87.03º 0.42% 0.85% -
XYZ 47.03 61.02 29.38 -
YUV 195.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 177 218 127 0.19 0 0.42 0.15 87.03 0.55 0.68
Hex B1 DA 7F 13 0 2A F 57 37 44
Octal 261 332 177 23 0 52 17 127 67 104
Binary 10110001 11011010 1111111 10011 0 101010 1111 1010111 110111 1000100

Color Harmonies of #B1DA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DA7F

Black with #B1DA7F

Text Example


Text Example

White with #B1DA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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