Html Css Color HEX #B5DA31 Fuego

📋 copy color: '#B5DA31'

red 181 ◦ green 218 ◦ blue 49

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

Shades of Fuego #B5DA31

Tints of Fuego #B5DA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.66%

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

R = 40.4%
G = 48.66%
B = 10.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B5DA31 (or 0xB5DA31) is known color: Fuego. HEX triplet: B5, DA and 31. RGB value is (181,218,49). Sum of RGB (Red+Green+Blue) = 181+218+49=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DA31 is #4A25CE. Grayscale: #BCBCBC. Windows color (decimal): -4859343 or 3267253. OLE color: 3267253.

HSL color Cylindrical-coordinate representation of color #B5DA31: hue angle of 73.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5DA31 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 218 49 -
CMYK 0.17 0 0.78 0.15
HSL 73.14º 0.7% 0.52% -
HSV(B) 73.14º 0.78% 0.85% -
XYZ 44.68 60.19 12.17 -
YUV 187.67 49.74 123.24 -
System Red Green Blue C M Y K H S L
Decimal 181 218 49 0.17 0 0.78 0.15 73.14 0.7 0.52
Hex B5 DA 31 11 0 4E F 49 46 34
Octal 265 332 61 21 0 116 17 111 106 64
Binary 10110101 11011010 110001 10001 0 1001110 1111 1001001 1000110 110100

Color Harmonies of #B5DA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DA31

Black with #B5DA31

Text Example


Text Example

White with #B5DA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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