Html Css Color HEX #B1D67F Feijoa

📋 copy color: '#B1D67F'

red 177 ◦ green 214 ◦ blue 127

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

Shades of Feijoa #B1D67F

Tints of Feijoa #B1D67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.31%

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

R = 34.17%
G = 41.31%
B = 24.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#B1D67F (or 0xB1D67F) is known color: Feijoa. HEX triplet: B1, D6 and 7F. RGB value is (177,214,127). Sum of RGB (Red+Green+Blue) = 177+214+127=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D67F is #4E2980. Grayscale: #C1C1C1. Windows color (decimal): -5122433 or 8378033. OLE color: 8378033.

HSL color Cylindrical-coordinate representation of color #B1D67F: hue angle of 85.52º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1D67F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 214 127 -
CMYK 0.17 0 0.41 0.16
HSL 85.52º 0.51% 0.67% -
HSV(B) 85.52º 0.41% 0.84% -
XYZ 46.01 58.97 29.04 -
YUV 193.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 177 214 127 0.17 0 0.41 0.16 85.52 0.51 0.67
Hex B1 D6 7F 11 0 29 10 56 33 43
Octal 261 326 177 21 0 51 20 126 63 103
Binary 10110001 11010110 1111111 10001 0 101001 10000 1010110 110011 1000011

Color Harmonies of #B1D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D67F

Black with #B1D67F

Text Example


Text Example

White with #B1D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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