#B5D32F

Color #B5D32F Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B5D32F

Tints of Fuego #B5D32F

Color information

#B5D32F (or 0xB5D32F) is unknown color: approx Fuego. HEX triplet: B5, D3 and 2F. RGB value is (181,211,47). Sum of RGB (Red+Green+Blue) = 181+211+47=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D32F is #4A2CD0. Grayscale: #B7B7B7. Windows color (decimal): -4861137 or 3134389. OLE color: 3134389.

HSL color Cylindrical-coordinate representation of color #B5D32F: hue angle of 70.98º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5D32F is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB18121147-
CMYK0.1400.780.17
HSL70.98º65.08%50.59%-
HSV(B)70.98º77.73%82.75%-
XYZ42.8656.6211.36-
YUV183.3351.06126.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 211 (82.81% from 255) = 48.06%
BLUE value IS 47 (18.75% from 255) = 10.71%
R=41.23%
G=48.06%
B=10.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal181211470.1400.780.1770.9865.0850.59
HexB5D32FE04E11474133
Octal265323571601162110710163
Binary10110101110100111011111110010011101000110001111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D32F; }

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

 H1.HeaderClassName
 {
   color: #B5D32F;
 }
 .AnyTagClassName
 {
   color: #B5D32F;
 }
</style>
background-color css

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

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

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

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

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

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