#B1D72F

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

Shades of Fuego #B1D72F

Tints of Fuego #B1D72F

Color information

#B1D72F (or 0xB1D72F) is unknown color: approx Fuego. HEX triplet: B1, D7 and 2F. RGB value is (177,215,47). Sum of RGB (Red+Green+Blue) = 177+215+47=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D72F is #4E28D0. Grayscale: #B9B9B9. Windows color (decimal): -5122257 or 3135409. OLE color: 3135409.

HSL color Cylindrical-coordinate representation of color #B1D72F: hue angle of 73.57º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1D72F is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB17721547-
CMYK0.1800.780.16
HSL73.57º67.74%51.37%-
HSV(B)73.57º78.14%84.31%-
XYZ42.9458.1511.65-
YUV184.4950.41122.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 215 (84.38% from 255) = 48.97%
BLUE value IS 47 (18.75% from 255) = 10.71%
R=40.32%
G=48.97%
B=10.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177215470.1800.780.1673.5767.7451.37
HexB1D72F1204E104a4433
Octal261327572201162011210463
Binary101100011101011110111110010010011101000010010101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D72F; }

 p { color: rgb(177,215,47); }

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

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

 a { background-color: rgb(177,215,47); }

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

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

 span { border-color: rgb(177,215,47); }

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