Html Css Color HEX #B2E131 Fuego

📋 copy color: '#B2E131'

red 178 ◦ green 225 ◦ blue 49

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

Shades of Fuego #B2E131

Tints of Fuego #B2E131

RGB

 RED value IS 178 (69.92% from 255) = 39.38%

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

 BLUE value IS 49 (19.53% from 255) = 10.84%

R = 39.38%
G = 49.78%
B = 10.84%

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

#B2E131 (or 0xB2E131) is known color: Fuego. HEX triplet: B2, E1 and 31. RGB value is (178,225,49). Sum of RGB (Red+Green+Blue) = 178+225+49=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E131 is #4D1ECE. Grayscale: #BFBFBF. Windows color (decimal): -5054159 or 3269042. OLE color: 3269042.

HSL color Cylindrical-coordinate representation of color #B2E131: hue angle of 76.02º degrees, saturation: 0.75, 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 #B2E131 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 225 49 -
CMYK 0.21 0 0.78 0.12
HSL 76.02º 0.75% 0.54% -
HSV(B) 76.02º 0.78% 0.88% -
XYZ 45.84 63.54 12.75 -
YUV 190.88 47.93 118.81 -
System Red Green Blue C M Y K H S L
Decimal 178 225 49 0.21 0 0.78 0.12 76.02 0.75 0.54
Hex B2 E1 31 15 0 4E C 4C 4B 36
Octal 262 341 61 25 0 116 14 114 113 66
Binary 10110010 11100001 110001 10101 0 1001110 1100 1001100 1001011 110110

Color Harmonies of #B2E131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E131

Black with #B2E131

Text Example


Text Example

White with #B2E131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E131; }

 p { color: rgb(178,225,49); }

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

background-color css

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

 a { background-color: rgb(178,225,49); }

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

border-color css

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

 span { border-color: rgb(178,225,49); }

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