Html Css Color HEX #B1E534 Fuego

📋 copy color: '#B1E534'

red 177 ◦ green 229 ◦ blue 52

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

Shades of Fuego #B1E534

Tints of Fuego #B1E534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50%

 BLUE value IS 52 (20.7% from 255) = 11.35%

R = 38.65%
G = 50%
B = 11.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#B1E534 (or 0xB1E534) is known color: Fuego. HEX triplet: B1, E5 and 34. RGB value is (177,229,52). Sum of RGB (Red+Green+Blue) = 177+229+52=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E534 is #4E1ACB. Grayscale: #C1C1C1. Windows color (decimal): -5118668 or 3466673. OLE color: 3466673.

HSL color Cylindrical-coordinate representation of color #B1E534: hue angle of 77.63º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1E534 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 229 52 -
CMYK 0.23 0 0.77 0.10
HSL 77.63º 0.77% 0.55% -
HSV(B) 77.63º 0.77% 0.9% -
XYZ 46.77 65.63 13.45 -
YUV 193.27 48.27 116.39 -
System Red Green Blue C M Y K H S L
Decimal 177 229 52 0.23 0 0.77 0.10 77.63 0.77 0.55
Hex B1 E5 34 17 0 4D A 4E 4D 37
Octal 261 345 64 27 0 115 12 116 115 67
Binary 10110001 11100101 110100 10111 0 1001101 1010 1001110 1001101 110111

Color Harmonies of #B1E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E534

Black with #B1E534

Text Example


Text Example

White with #B1E534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E534; }

 p { color: rgb(177,229,52); }

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

background-color css

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

 a { background-color: rgb(177,229,52); }

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

border-color css

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

 span { border-color: rgb(177,229,52); }

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