#B1D633

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

Shades of Fuego #B1D633

Tints of Fuego #B1D633

Color information

#B1D633 (or 0xB1D633) is unknown color: approx Fuego. HEX triplet: B1, D6 and 33. RGB value is (177,214,51). Sum of RGB (Red+Green+Blue) = 177+214+51=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D633 is #4E29CC. Grayscale: #B8B8B8. Windows color (decimal): -5122509 or 3397297. OLE color: 3397297.

HSL color Cylindrical-coordinate representation of color #B1D633: hue angle of 73.62º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1D633 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB17721451-
CMYK0.1700.760.16
HSL73.62º66.53%51.96%-
HSV(B)73.62º76.17%83.92%-
XYZ42.7857.6812.01-
YUV184.3652.74122.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 214 (83.98% from 255) = 48.42%
BLUE value IS 51 (20.31% from 255) = 11.54%
R=40.05%
G=48.42%
B=11.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177214510.1700.760.1673.6266.5351.96
HexB1D6331104C104a4334
Octal261326632101142011210364
Binary101100011101011011001110001010011001000010010101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D633; }

 p { color: rgb(177,214,51); }

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

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

 a { background-color: rgb(177,214,51); }

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

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

 span { border-color: rgb(177,214,51); }

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