#B1DD34

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

Shades of Fuego #B1DD34

Tints of Fuego #B1DD34

Color information

#B1DD34 (or 0xB1DD34) is unknown color: approx Fuego. HEX triplet: B1, DD and 34. RGB value is (177,221,52). Sum of RGB (Red+Green+Blue) = 177+221+52=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DD34 is #4E22CB. Grayscale: #BDBDBD. Windows color (decimal): -5120716 or 3464625. OLE color: 3464625.

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

Color convert

RGB17722152-
CMYK0.2000.760.13
HSL75.62º71.31%53.53%-
HSV(B)75.62º76.47%86.67%-
XYZ44.6161.3112.73-
YUV188.5850.92119.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 221 (86.72% from 255) = 49.11%
BLUE value IS 52 (20.70% from 255) = 11.56%
R=39.33%
G=49.11%
B=11.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177221520.2000.760.1375.6271.3153.53
HexB1DD341404CD4c4736
Octal261335642401141511410766
Binary10110001110111011101001010001001100110110011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD34; }

 p { color: rgb(177,221,52); }

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

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

 a { background-color: rgb(177,221,52); }

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

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

 span { border-color: rgb(177,221,52); }

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