Html Css Color HEX #B1DE88 Feijoa

📋 copy color: '#B1DE88'

red 177 ◦ green 222 ◦ blue 136

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

Shades of Feijoa #B1DE88

Tints of Feijoa #B1DE88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.42%

R = 33.08%
G = 41.5%
B = 25.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#B1DE88 (or 0xB1DE88) is known color: Feijoa. HEX triplet: B1, DE and 88. RGB value is (177,222,136). Sum of RGB (Red+Green+Blue) = 177+222+136=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DE88 is #4E2177. Grayscale: #C7C7C7. Windows color (decimal): -5120376 or 8969905. OLE color: 8969905.

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

Color convert

RGB 177 222 136 -
CMYK 0.20 0 0.39 0.13
HSL 91.4º 0.57% 0.7% -
HSV(B) 91.4º 0.39% 0.87% -
XYZ 48.7 63.37 32.96 -
YUV 198.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 177 222 136 0.20 0 0.39 0.13 91.4 0.57 0.7
Hex B1 DE 88 14 0 27 D 5B 39 46
Octal 261 336 210 24 0 47 15 133 71 106
Binary 10110001 11011110 10001000 10100 0 100111 1101 1011011 111001 1000110

Color Harmonies of #B1DE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE88

Black with #B1DE88

Text Example


Text Example

White with #B1DE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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