Html Css Color HEX #B1DC39 Fuego

📋 copy color: '#B1DC39'

red 177 ◦ green 220 ◦ blue 57

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

Shades of Fuego #B1DC39

Tints of Fuego #B1DC39

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.46%

 BLUE value IS 57 (22.66% from 255) = 12.56%

R = 38.99%
G = 48.46%
B = 12.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#B1DC39 (or 0xB1DC39) is known color: Fuego. HEX triplet: B1, DC and 39. RGB value is (177,220,57). Sum of RGB (Red+Green+Blue) = 177+220+57=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC39 is #4E23C6. Grayscale: #BDBDBD. Windows color (decimal): -5120967 or 3792049. OLE color: 3792049.

HSL color Cylindrical-coordinate representation of color #B1DC39: hue angle of 75.83º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1DC39 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 57 -
CMYK 0.20 0 0.74 0.14
HSL 75.83º 0.7% 0.54% -
HSV(B) 75.83º 0.74% 0.86% -
XYZ 44.46 60.83 13.27 -
YUV 188.56 53.75 119.75 -
System Red Green Blue C M Y K H S L
Decimal 177 220 57 0.20 0 0.74 0.14 75.83 0.7 0.54
Hex B1 DC 39 14 0 4A E 4C 46 36
Octal 261 334 71 24 0 112 16 114 106 66
Binary 10110001 11011100 111001 10100 0 1001010 1110 1001100 1000110 110110

Color Harmonies of #B1DC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC39

Black with #B1DC39

Text Example


Text Example

White with #B1DC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC39; }

 p { color: rgb(177,220,57); }

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

background-color css

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

 a { background-color: rgb(177,220,57); }

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

border-color css

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

 span { border-color: rgb(177,220,57); }

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