#B3DB29

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

Shades of Fuego #B3DB29

Tints of Fuego #B3DB29

Color information

#B3DB29 (or 0xB3DB29) is unknown color: approx Fuego. HEX triplet: B3, DB and 29. RGB value is (179,219,41). Sum of RGB (Red+Green+Blue) = 179+219+41=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DB29 is #4C24D6. Grayscale: #BBBBBB. Windows color (decimal): -4990167 or 2743219. OLE color: 2743219.

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

Color convert

RGB17921941-
CMYK0.1800.810.14
HSL73.48º71.2%50.98%-
HSV(B)73.48º81.28%85.88%-
XYZ44.3260.4111.42-
YUV186.7545.75122.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 219 (85.94% from 255) = 49.89%
BLUE value IS 41 (16.41% from 255) = 9.34%
R=40.77%
G=49.89%
B=9.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179219410.1800.810.1473.4871.250.98
HexB3DB2912051E494733
Octal263333512201211611110763
Binary10110011110110111010011001001010001111010010011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DB29; }

 p { color: rgb(179,219,41); }

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

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

 a { background-color: rgb(179,219,41); }

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

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

 span { border-color: rgb(179,219,41); }

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