Html Css Color HEX #B1E130 Fuego

📋 copy color: '#B1E130'

red 177 ◦ green 225 ◦ blue 48

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

Shades of Fuego #B1E130

Tints of Fuego #B1E130

RGB

 RED value IS 177 (69.53% from 255) = 39.33%

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

 BLUE value IS 48 (19.14% from 255) = 10.67%

R = 39.33%
G = 50%
B = 10.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#B1E130 (or 0xB1E130) is known color: Fuego. HEX triplet: B1, E1 and 30. RGB value is (177,225,48). Sum of RGB (Red+Green+Blue) = 177+225+48=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E130 is #4E1ECF. Grayscale: #BFBFBF. Windows color (decimal): -5119696 or 3203505. OLE color: 3203505.

HSL color Cylindrical-coordinate representation of color #B1E130: hue angle of 76.27º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1E130 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 225 48 -
CMYK 0.21 0 0.79 0.12
HSL 76.27º 0.75% 0.54% -
HSV(B) 76.27º 0.79% 0.88% -
XYZ 45.59 63.41 12.63 -
YUV 190.47 47.6 118.39 -
System Red Green Blue C M Y K H S L
Decimal 177 225 48 0.21 0 0.79 0.12 76.27 0.75 0.54
Hex B1 E1 30 15 0 4F C 4C 4B 36
Octal 261 341 60 25 0 117 14 114 113 66
Binary 10110001 11100001 110000 10101 0 1001111 1100 1001100 1001011 110110

Color Harmonies of #B1E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E130

Black with #B1E130

Text Example


Text Example

White with #B1E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E130; }

 p { color: rgb(177,225,48); }

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

background-color css

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

 a { background-color: rgb(177,225,48); }

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

border-color css

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

 span { border-color: rgb(177,225,48); }

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