Html Css Color HEX #B1DF90 Feijoa

📋 copy color: '#B1DF90'

red 177 ◦ green 223 ◦ blue 144

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

Shades of Feijoa #B1DF90

Tints of Feijoa #B1DF90

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.99%

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 32.54%
G = 40.99%
B = 26.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#B1DF90 (or 0xB1DF90) is known color: Feijoa. HEX triplet: B1, DF and 90. RGB value is (177,223,144). Sum of RGB (Red+Green+Blue) = 177+223+144=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DF90 is #4E206F. Grayscale: #C8C8C8. Windows color (decimal): -5120112 or 9494449. OLE color: 9494449.

HSL color Cylindrical-coordinate representation of color #B1DF90: hue angle of 94.94º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1DF90 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 144 -
CMYK 0.21 0 0.35 0.13
HSL 94.94º 0.55% 0.72% -
HSV(B) 94.94º 0.35% 0.87% -
XYZ 49.55 64.14 36.15 -
YUV 200.24 96.26 111.42 -
System Red Green Blue C M Y K H S L
Decimal 177 223 144 0.21 0 0.35 0.13 94.94 0.55 0.72
Hex B1 DF 90 15 0 23 D 5F 37 48
Octal 261 337 220 25 0 43 15 137 67 110
Binary 10110001 11011111 10010000 10101 0 100011 1101 1011111 110111 1001000

Color Harmonies of #B1DF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DF90

Black with #B1DF90

Text Example


Text Example

White with #B1DF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DF90; }

 p { color: rgb(177,223,144); }

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

background-color css

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

 a { background-color: rgb(177,223,144); }

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

border-color css

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

 span { border-color: rgb(177,223,144); }

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