#B1D63A

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

Shades of Fuego #B1D63A

Tints of Fuego #B1D63A

Color information

#B1D63A (or 0xB1D63A) is unknown color: approx Fuego. HEX triplet: B1, D6 and 3A. RGB value is (177,214,58). Sum of RGB (Red+Green+Blue) = 177+214+58=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D63A is #4E29C5. Grayscale: #B9B9B9. Windows color (decimal): -5122502 or 3856049. OLE color: 3856049.

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

Color convert

RGB17721458-
CMYK0.1700.730.16
HSL74.23º65.55%53.33%-
HSV(B)74.23º72.9%83.92%-
XYZ42.9457.7512.89-
YUV185.1556.24122.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 214 (83.98% from 255) = 47.66%
BLUE value IS 58 (23.05% from 255) = 12.92%
R=39.42%
G=47.66%
B=12.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177214580.1700.730.1674.2365.5553.33
HexB1D63A11049104a4235
Octal261326722101112011210265
Binary101100011101011011101010001010010011000010010101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D63A; }

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

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

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

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

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

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

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

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