Html Css Color HEX #B2E032 Fuego

📋 copy color: '#B2E032'

red 178 ◦ green 224 ◦ blue 50

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

Shades of Fuego #B2E032

Tints of Fuego #B2E032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.56%

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

R = 39.38%
G = 49.56%
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

#B2E032 (or 0xB2E032) is known color: Fuego. HEX triplet: B2, E0 and 32. RGB value is (178,224,50). Sum of RGB (Red+Green+Blue) = 178+224+50=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E032 is #4D1FCD. Grayscale: #BFBFBF. Windows color (decimal): -5054414 or 3334322. OLE color: 3334322.

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

Color convert

RGB 178 224 50 -
CMYK 0.21 0 0.78 0.12
HSL 75.86º 0.74% 0.54% -
HSV(B) 75.86º 0.78% 0.88% -
XYZ 45.59 63.01 12.78 -
YUV 190.41 48.76 119.15 -
System Red Green Blue C M Y K H S L
Decimal 178 224 50 0.21 0 0.78 0.12 75.86 0.74 0.54
Hex B2 E0 32 15 0 4E C 4C 4A 36
Octal 262 340 62 25 0 116 14 114 112 66
Binary 10110010 11100000 110010 10101 0 1001110 1100 1001100 1001010 110110

Color Harmonies of #B2E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E032

Black with #B2E032

Text Example


Text Example

White with #B2E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E032; }

 p { color: rgb(178,224,50); }

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

background-color css

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

 a { background-color: rgb(178,224,50); }

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

border-color css

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

 span { border-color: rgb(178,224,50); }

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