Html Css Color HEX #B1DE7A Feijoa

📋 copy color: '#B1DE7A'

red 177 ◦ green 222 ◦ blue 122

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

Shades of Feijoa #B1DE7A

Tints of Feijoa #B1DE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.42%

R = 33.97%
G = 42.61%
B = 23.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#B1DE7A (or 0xB1DE7A) is known color: Feijoa. HEX triplet: B1, DE and 7A. RGB value is (177,222,122). Sum of RGB (Red+Green+Blue) = 177+222+122=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE7A is #4E2185. Grayscale: #C5C5C5. Windows color (decimal): -5120390 or 8052401. OLE color: 8052401.

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

Color convert

RGB 177 222 122 -
CMYK 0.20 0 0.45 0.13
HSL 87º 0.6% 0.67% -
HSV(B) 87º 0.45% 0.87% -
XYZ 47.77 62.99 28.05 -
YUV 197.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 177 222 122 0.20 0 0.45 0.13 87 0.6 0.67
Hex B1 DE 7A 14 0 2D D 57 3C 43
Octal 261 336 172 24 0 55 15 127 74 103
Binary 10110001 11011110 1111010 10100 0 101101 1101 1010111 111100 1000011

Color Harmonies of #B1DE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE7A

Black with #B1DE7A

Text Example


Text Example

White with #B1DE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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