Html Css Color HEX #B5DC31 Fuego

📋 copy color: '#B5DC31'

red 181 ◦ green 220 ◦ blue 49

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

Shades of Fuego #B5DC31

Tints of Fuego #B5DC31

RGB

 RED value IS 181 (71.09% from 255) = 40.22%

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

 BLUE value IS 49 (19.53% from 255) = 10.89%

R = 40.22%
G = 48.89%
B = 10.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#B5DC31 (or 0xB5DC31) is known color: Fuego. HEX triplet: B5, DC and 31. RGB value is (181,220,49). Sum of RGB (Red+Green+Blue) = 181+220+49=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC31 is #4A23CE. Grayscale: #BDBDBD. Windows color (decimal): -4858831 or 3267765. OLE color: 3267765.

HSL color Cylindrical-coordinate representation of color #B5DC31: hue angle of 73.68º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5DC31 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 49 -
CMYK 0.18 0 0.78 0.14
HSL 73.68º 0.71% 0.53% -
HSV(B) 73.68º 0.78% 0.86% -
XYZ 45.2 61.23 12.34 -
YUV 188.85 49.08 122.4 -
System Red Green Blue C M Y K H S L
Decimal 181 220 49 0.18 0 0.78 0.14 73.68 0.71 0.53
Hex B5 DC 31 12 0 4E E 4A 47 35
Octal 265 334 61 22 0 116 16 112 107 65
Binary 10110101 11011100 110001 10010 0 1001110 1110 1001010 1000111 110101

Color Harmonies of #B5DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC31

Black with #B5DC31

Text Example


Text Example

White with #B5DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC31; }

 p { color: rgb(181,220,49); }

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

background-color css

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

 a { background-color: rgb(181,220,49); }

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

border-color css

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

 span { border-color: rgb(181,220,49); }

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