Html Css Color HEX #B5D32A Fuego

📋 copy color: '#B5D32A'

red 181 ◦ green 211 ◦ blue 42

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

Shades of Fuego #B5D32A

Tints of Fuego #B5D32A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

 BLUE value IS 42 (16.8% from 255) = 9.68%

R = 41.71%
G = 48.62%
B = 9.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#B5D32A (or 0xB5D32A) is known color: Fuego. HEX triplet: B5, D3 and 2A. RGB value is (181,211,42). Sum of RGB (Red+Green+Blue) = 181+211+42=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D32A is #4A2CD5. Grayscale: #B7B7B7. Windows color (decimal): -4861142 or 2806709. OLE color: 2806709.

HSL color Cylindrical-coordinate representation of color #B5D32A: hue angle of 70.65º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5D32A is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 211 42 -
CMYK 0.14 0 0.80 0.17
HSL 70.65º 0.67% 0.5% -
HSV(B) 70.65º 0.8% 0.83% -
XYZ 42.77 56.58 10.86 -
YUV 182.76 48.56 126.74 -
System Red Green Blue C M Y K H S L
Decimal 181 211 42 0.14 0 0.80 0.17 70.65 0.67 0.5
Hex B5 D3 2A E 0 50 11 47 43 32
Octal 265 323 52 16 0 120 21 107 103 62
Binary 10110101 11010011 101010 1110 0 1010000 10001 1000111 1000011 110010

Color Harmonies of #B5D32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D32A

Black with #B5D32A

Text Example


Text Example

White with #B5D32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D32A; }

 p { color: rgb(181,211,42); }

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

background-color css

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

 a { background-color: rgb(181,211,42); }

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

border-color css

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

 span { border-color: rgb(181,211,42); }

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