#B5DE33

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

Shades of Fuego #B5DE33

Tints of Fuego #B5DE33

Color information

#B5DE33 (or 0xB5DE33) is unknown color: approx Fuego. HEX triplet: B5, DE and 33. RGB value is (181,222,51). Sum of RGB (Red+Green+Blue) = 181+222+51=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DE33 is #4A21CC. Grayscale: #BEBEBE. Windows color (decimal): -4858317 or 3399349. OLE color: 3399349.

HSL color Cylindrical-coordinate representation of color #B5DE33: hue angle of 74.39º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5DE33 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB18122251-
CMYK0.1800.770.13
HSL74.39º72.15%53.53%-
HSV(B)74.39º77.03%87.06%-
XYZ45.7762.3112.75-
YUV190.2549.42121.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 222 (87.11% from 255) = 48.90%
BLUE value IS 51 (20.31% from 255) = 11.23%
R=39.87%
G=48.90%
B=11.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181222510.1800.770.1374.3972.1553.53
HexB5DE331204DD4a4836
Octal265336632201151511211066
Binary10110101110111101100111001001001101110110010101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DE33; }

 p { color: rgb(181,222,51); }

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

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

 a { background-color: rgb(181,222,51); }

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

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

 span { border-color: rgb(181,222,51); }

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