Html Css Color HEX #B1DE7E Feijoa

📋 copy color: '#B1DE7E'

red 177 ◦ green 222 ◦ blue 126

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

Shades of Feijoa #B1DE7E

Tints of Feijoa #B1DE7E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.29%

 BLUE value IS 126 (49.61% from 255) = 24%

R = 33.71%
G = 42.29%
B = 24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#B1DE7E (or 0xB1DE7E) is known color: Feijoa. HEX triplet: B1, DE and 7E. RGB value is (177,222,126). Sum of RGB (Red+Green+Blue) = 177+222+126=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE7E is #4E2181. Grayscale: #C5C5C5. Windows color (decimal): -5120386 or 8314545. OLE color: 8314545.

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

Color convert

RGB 177 222 126 -
CMYK 0.20 0 0.43 0.13
HSL 88.13º 0.59% 0.68% -
HSV(B) 88.13º 0.43% 0.87% -
XYZ 48.02 63.1 29.39 -
YUV 197.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 177 222 126 0.20 0 0.43 0.13 88.13 0.59 0.68
Hex B1 DE 7E 14 0 2B D 58 3B 44
Octal 261 336 176 24 0 53 15 130 73 104
Binary 10110001 11011110 1111110 10100 0 101011 1101 1011000 111011 1000100

Color Harmonies of #B1DE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE7E

Black with #B1DE7E

Text Example


Text Example

White with #B1DE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE7E; }

 p { color: rgb(177,222,126); }

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

background-color css

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

 a { background-color: rgb(177,222,126); }

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

border-color css

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

 span { border-color: rgb(177,222,126); }

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