#B8E52C

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

Shades of Fuego #B8E52C

Tints of Fuego #B8E52C

Color information

#B8E52C (or 0xB8E52C) is unknown color: approx Fuego. HEX triplet: B8, E5 and 2C. RGB value is (184,229,44). Sum of RGB (Red+Green+Blue) = 184+229+44=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #B8E52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E52C is #471AD3. Grayscale: #C3C3C3. Windows color (decimal): -4659924 or 2942392. OLE color: 2942392.

HSL color Cylindrical-coordinate representation of color #B8E52C: hue angle of 74.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8E52C is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB18422944-
CMYK0.2000.810.10
HSL74.59º78.06%53.53%-
HSV(B)74.59º80.79%89.8%-
XYZ48.2466.4112.66-
YUV194.4643.09120.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 229 (89.84% from 255) = 50.11%
BLUE value IS 44 (17.58% from 255) = 9.63%
R=40.26%
G=50.11%
B=9.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal184229440.2000.810.1074.5978.0653.53
HexB8E52C14051A4b4e36
Octal270345542401211211311666
Binary10111000111001011011001010001010001101010010111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E52C; }

 p { color: rgb(184,229,44); }

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

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

 a { background-color: rgb(184,229,44); }

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

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

 span { border-color: rgb(184,229,44); }

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