Html Css Color HEX #B0E031 Fuego

📋 copy color: '#B0E031'

red 176 ◦ green 224 ◦ blue 49

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

Shades of Fuego #B0E031

Tints of Fuego #B0E031

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

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

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

R = 39.2%
G = 49.89%
B = 10.91%

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

#B0E031 (or 0xB0E031) is known color: Fuego. HEX triplet: B0, E0 and 31. RGB value is (176,224,49). Sum of RGB (Red+Green+Blue) = 176+224+49=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E031 is #4F1FCE. Grayscale: #BEBEBE. Windows color (decimal): -5185487 or 3268784. OLE color: 3268784.

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

Color convert

RGB 176 224 49 -
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.11 62.76 12.64 -
YUV 189.7 48.6 118.23 -
System Red Green Blue C M Y K H S L
Decimal 176 224 49 0.21 0 0.78 0.12 76.46 0.74 0.54
Hex B0 E0 31 15 0 4E C 4C 4A 36
Octal 260 340 61 25 0 116 14 114 112 66
Binary 10110000 11100000 110001 10101 0 1001110 1100 1001100 1001010 110110

Color Harmonies of #B0E031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E031

Black with #B0E031

Text Example


Text Example

White with #B0E031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E031; }

 p { color: rgb(176,224,49); }

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

background-color css

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

 a { background-color: rgb(176,224,49); }

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

border-color css

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

 span { border-color: rgb(176,224,49); }

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