Html Css Color HEX #B1D034 Fuego

📋 copy color: '#B1D034'

red 177 ◦ green 208 ◦ blue 52

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

Shades of Fuego #B1D034

Tints of Fuego #B1D034

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.6%

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

R = 40.5%
G = 47.6%
B = 11.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#B1D034 (or 0xB1D034) is known color: Fuego. HEX triplet: B1, D0 and 34. RGB value is (177,208,52). Sum of RGB (Red+Green+Blue) = 177+208+52=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D034 is #4E2FCB. Grayscale: #B5B5B5. Windows color (decimal): -5124044 or 3461297. OLE color: 3461297.

HSL color Cylindrical-coordinate representation of color #B1D034: hue angle of 71.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1D034 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 208 52 -
CMYK 0.15 0 0.75 0.18
HSL 71.92º 0.62% 0.51% -
HSV(B) 71.92º 0.75% 0.82% -
XYZ 41.31 54.71 11.63 -
YUV 180.95 55.23 125.18 -
System Red Green Blue C M Y K H S L
Decimal 177 208 52 0.15 0 0.75 0.18 71.92 0.62 0.51
Hex B1 D0 34 F 0 4B 12 48 3E 33
Octal 261 320 64 17 0 113 22 110 76 63
Binary 10110001 11010000 110100 1111 0 1001011 10010 1001000 111110 110011

Color Harmonies of #B1D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D034

Black with #B1D034

Text Example


Text Example

White with #B1D034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D034; }

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

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

background-color css

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

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

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

border-color css

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

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

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