Html Css Color HEX #B1E132 Fuego

📋 copy color: '#B1E132'

red 177 ◦ green 225 ◦ blue 50

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

Shades of Fuego #B1E132

Tints of Fuego #B1E132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.78%

 BLUE value IS 50 (19.92% from 255) = 11.06%

R = 39.16%
G = 49.78%
B = 11.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#B1E132 (or 0xB1E132) is known color: Fuego. HEX triplet: B1, E1 and 32. RGB value is (177,225,50). Sum of RGB (Red+Green+Blue) = 177+225+50=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E132 is #4E1ECD. Grayscale: #BFBFBF. Windows color (decimal): -5119694 or 3334577. OLE color: 3334577.

HSL color Cylindrical-coordinate representation of color #B1E132: hue angle of 76.46º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1E132 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 225 50 -
CMYK 0.21 0 0.78 0.12
HSL 76.46º 0.74% 0.54% -
HSV(B) 76.46º 0.78% 0.88% -
XYZ 45.63 63.43 12.86 -
YUV 190.7 48.6 118.23 -
System Red Green Blue C M Y K H S L
Decimal 177 225 50 0.21 0 0.78 0.12 76.46 0.74 0.54
Hex B1 E1 32 15 0 4E C 4C 4A 36
Octal 261 341 62 25 0 116 14 114 112 66
Binary 10110001 11100001 110010 10101 0 1001110 1100 1001100 1001010 110110

Color Harmonies of #B1E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E132

Black with #B1E132

Text Example


Text Example

White with #B1E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E132; }

 p { color: rgb(177,225,50); }

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

background-color css

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

 a { background-color: rgb(177,225,50); }

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

border-color css

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

 span { border-color: rgb(177,225,50); }

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