Html Css Color HEX #B5D231 Fuego

📋 copy color: '#B5D231'

red 181 ◦ green 210 ◦ blue 49

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

Shades of Fuego #B5D231

Tints of Fuego #B5D231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.73%

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

R = 41.14%
G = 47.73%
B = 11.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#B5D231 (or 0xB5D231) is known color: Fuego. HEX triplet: B5, D2 and 31. RGB value is (181,210,49). Sum of RGB (Red+Green+Blue) = 181+210+49=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D231 is #4A2DCE. Grayscale: #B7B7B7. Windows color (decimal): -4861391 or 3265205. OLE color: 3265205.

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

Color convert

RGB 181 210 49 -
CMYK 0.14 0 0.77 0.18
HSL 70.81º 0.64% 0.51% -
HSV(B) 70.81º 0.77% 0.82% -
XYZ 42.66 56.14 11.49 -
YUV 182.98 52.39 126.59 -
System Red Green Blue C M Y K H S L
Decimal 181 210 49 0.14 0 0.77 0.18 70.81 0.64 0.51
Hex B5 D2 31 E 0 4D 12 47 40 33
Octal 265 322 61 16 0 115 22 107 100 63
Binary 10110101 11010010 110001 1110 0 1001101 10010 1000111 1000000 110011

Color Harmonies of #B5D231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D231

Black with #B5D231

Text Example


Text Example

White with #B5D231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D231; }

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

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

background-color css

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

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

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

border-color css

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

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

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