#b1dd2b

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

Shades of Fuego #B1DD2B

Tints of Fuego #B1DD2B

Color information

#B1DD2B (or 0xB1DD2B) is unknown color: approx Fuego. HEX triplet: B1, DD and 2B. RGB value is (177,221,43). Sum of RGB (Red+Green+Blue) = 177+221+43=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DD2B is #4E22D4. Grayscale: #BCBCBC. Windows color (decimal): -5120725 or 2874801. OLE color: 2874801.

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

Color convert

RGB17722143-
CMYK0.2000.810.13
HSL74.83º72.36%51.76%-
HSV(B)74.83º80.54%86.67%-
XYZ44.4261.2311.76-
YUV187.5546.42120.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 221 (86.72% from 255) = 50.11%
BLUE value IS 43 (17.19% from 255) = 9.75%
R=40.14%
G=50.11%
B=9.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177221430.2000.810.1374.8372.3651.76
HexB1DD2B14051D4b4834
Octal261335532401211511311064
Binary10110001110111011010111010001010001110110010111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1dd2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1dd2b; }

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

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

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

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

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

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

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

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