Html Css Color HEX #B5E132 Fuego

📋 copy color: '#B5E132'

red 181 ◦ green 225 ◦ blue 50

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

Shades of Fuego #B5E132

Tints of Fuego #B5E132

RGB

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

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

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

R = 39.69%
G = 49.34%
B = 10.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#B5E132 (or 0xB5E132) is known color: Fuego. HEX triplet: B5, E1 and 32. RGB value is (181,225,50). Sum of RGB (Red+Green+Blue) = 181+225+50=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E132 is #4A1ECD. Grayscale: #C0C0C0. Windows color (decimal): -4857550 or 3334581. OLE color: 3334581.

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

Color convert

RGB 181 225 50 -
CMYK 0.20 0 0.78 0.12
HSL 75.09º 0.74% 0.54% -
HSV(B) 75.09º 0.78% 0.88% -
XYZ 46.56 63.9 12.9 -
YUV 191.89 47.92 120.23 -
System Red Green Blue C M Y K H S L
Decimal 181 225 50 0.20 0 0.78 0.12 75.09 0.74 0.54
Hex B5 E1 32 14 0 4E C 4B 4A 36
Octal 265 341 62 24 0 116 14 113 112 66
Binary 10110101 11100001 110010 10100 0 1001110 1100 1001011 1001010 110110

Color Harmonies of #B5E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E132

Black with #B5E132

Text Example


Text Example

White with #B5E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E132; }

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

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

background-color css

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

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

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

border-color css

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

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

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