Html Css Color HEX #B1DE74 Feijoa

📋 copy color: '#B1DE74'

red 177 ◦ green 222 ◦ blue 116

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

Shades of Feijoa #B1DE74

Tints of Feijoa #B1DE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.52%

R = 34.37%
G = 43.11%
B = 22.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#B1DE74 (or 0xB1DE74) is known color: Feijoa. HEX triplet: B1, DE and 74. RGB value is (177,222,116). Sum of RGB (Red+Green+Blue) = 177+222+116=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE74 is #4E218B. Grayscale: #C4C4C4. Windows color (decimal): -5120396 or 7659185. OLE color: 7659185.

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

Color convert

RGB 177 222 116 -
CMYK 0.20 0 0.48 0.13
HSL 85.47º 0.62% 0.66% -
HSV(B) 85.47º 0.48% 0.87% -
XYZ 47.41 62.85 26.16 -
YUV 196.46 82.59 114.12 -
System Red Green Blue C M Y K H S L
Decimal 177 222 116 0.20 0 0.48 0.13 85.47 0.62 0.66
Hex B1 DE 74 14 0 30 D 55 3E 42
Octal 261 336 164 24 0 60 15 125 76 102
Binary 10110001 11011110 1110100 10100 0 110000 1101 1010101 111110 1000010

Color Harmonies of #B1DE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE74

Black with #B1DE74

Text Example


Text Example

White with #B1DE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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