#B8DE31

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

Shades of Fuego #B8DE31

Tints of Fuego #B8DE31

Color information

#B8DE31 (or 0xB8DE31) is unknown color: approx Fuego. HEX triplet: B8, DE and 31. RGB value is (184,222,49). Sum of RGB (Red+Green+Blue) = 184+222+49=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DE31 is #4721CE. Grayscale: #BFBFBF. Windows color (decimal): -4661711 or 3268280. OLE color: 3268280.

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

Color convert

RGB18422249-
CMYK0.1700.780.13
HSL73.18º72.38%53.14%-
HSV(B)73.18º77.93%87.06%-
XYZ46.4462.6512.55-
YUV190.9247.91123.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 222 (87.11% from 255) = 48.79%
BLUE value IS 49 (19.53% from 255) = 10.77%
R=40.44%
G=48.79%
B=10.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184222490.1700.780.1373.1872.3853.14
HexB8DE311104ED494835
Octal270336612101161511111065
Binary10111000110111101100011000101001110110110010011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DE31; }

 p { color: rgb(184,222,49); }

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

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

 a { background-color: rgb(184,222,49); }

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

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

 span { border-color: rgb(184,222,49); }

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