Html Css Color HEX #B1DE72 Feijoa

📋 copy color: '#B1DE72'

red 177 ◦ green 222 ◦ blue 114

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

Shades of Feijoa #B1DE72

Tints of Feijoa #B1DE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 34.5%
G = 43.27%
B = 22.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#B1DE72 (or 0xB1DE72) is known color: Feijoa. HEX triplet: B1, DE and 72. RGB value is (177,222,114). Sum of RGB (Red+Green+Blue) = 177+222+114=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE72 is #4E218D. Grayscale: #C4C4C4. Windows color (decimal): -5120398 or 7528113. OLE color: 7528113.

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

Color convert

RGB 177 222 114 -
CMYK 0.20 0 0.49 0.13
HSL 85º 0.62% 0.66% -
HSV(B) 85º 0.49% 0.87% -
XYZ 47.29 62.8 25.55 -
YUV 196.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 177 222 114 0.20 0 0.49 0.13 85 0.62 0.66
Hex B1 DE 72 14 0 31 D 55 3E 42
Octal 261 336 162 24 0 61 15 125 76 102
Binary 10110001 11011110 1110010 10100 0 110001 1101 1010101 111110 1000010

Color Harmonies of #B1DE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE72

Black with #B1DE72

Text Example


Text Example

White with #B1DE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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