Html Css Color HEX #B5E032 Fuego

📋 copy color: '#B5E032'

red 181 ◦ green 224 ◦ blue 50

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

Shades of Fuego #B5E032

Tints of Fuego #B5E032

RGB

 RED value IS 181 (71.09% from 255) = 39.78%

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

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

R = 39.78%
G = 49.23%
B = 10.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#B5E032 (or 0xB5E032) is known color: Fuego. HEX triplet: B5, E0 and 32. RGB value is (181,224,50). Sum of RGB (Red+Green+Blue) = 181+224+50=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E032 is #4A1FCD. Grayscale: #BFBFBF. Windows color (decimal): -4857806 or 3334325. OLE color: 3334325.

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

Color convert

RGB 181 224 50 -
CMYK 0.19 0 0.78 0.12
HSL 74.83º 0.74% 0.54% -
HSV(B) 74.83º 0.78% 0.88% -
XYZ 46.29 63.37 12.81 -
YUV 191.31 48.25 120.65 -
System Red Green Blue C M Y K H S L
Decimal 181 224 50 0.19 0 0.78 0.12 74.83 0.74 0.54
Hex B5 E0 32 13 0 4E C 4B 4A 36
Octal 265 340 62 23 0 116 14 113 112 66
Binary 10110101 11100000 110010 10011 0 1001110 1100 1001011 1001010 110110

Color Harmonies of #B5E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E032

Black with #B5E032

Text Example


Text Example

White with #B5E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E032; }

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

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

background-color css

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

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

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

border-color css

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

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

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