Html Css Color HEX #B1E030 Fuego

📋 copy color: '#B1E030'

red 177 ◦ green 224 ◦ blue 48

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

Shades of Fuego #B1E030

Tints of Fuego #B1E030

RGB

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

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

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

R = 39.42%
G = 49.89%
B = 10.69%

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

#B1E030 (or 0xB1E030) is known color: Fuego. HEX triplet: B1, E0 and 30. RGB value is (177,224,48). Sum of RGB (Red+Green+Blue) = 177+224+48=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E030 is #4E1FCF. Grayscale: #BEBEBE. Windows color (decimal): -5119952 or 3203249. OLE color: 3203249.

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

Color convert

RGB 177 224 48 -
CMYK 0.21 0 0.79 0.12
HSL 76.02º 0.74% 0.53% -
HSV(B) 76.02º 0.79% 0.88% -
XYZ 45.32 62.87 12.54 -
YUV 189.88 47.93 118.81 -
System Red Green Blue C M Y K H S L
Decimal 177 224 48 0.21 0 0.79 0.12 76.02 0.74 0.53
Hex B1 E0 30 15 0 4F C 4C 4A 35
Octal 261 340 60 25 0 117 14 114 112 65
Binary 10110001 11100000 110000 10101 0 1001111 1100 1001100 1001010 110101

Color Harmonies of #B1E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E030

Black with #B1E030

Text Example


Text Example

White with #B1E030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E030; }

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

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

background-color css

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

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

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

border-color css

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

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

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