#B4E02D

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

Shades of Fuego #B4E02D

Tints of Fuego #B4E02D

Color information

#B4E02D (or 0xB4E02D) is unknown color: approx Fuego. HEX triplet: B4, E0 and 2D. RGB value is (180,224,45). Sum of RGB (Red+Green+Blue) = 180+224+45=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E02D is #4B1FD2. Grayscale: #BFBFBF. Windows color (decimal): -4923347 or 3006644. OLE color: 3006644.

HSL color Cylindrical-coordinate representation of color #B4E02D: hue angle of 74.75º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4E02D is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB18022445-
CMYK0.2000.800.12
HSL74.75º74.27%52.75%-
HSV(B)74.75º79.91%87.84%-
XYZ45.9563.212.26-
YUV190.4445.92120.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 224 (87.89% from 255) = 49.89%
BLUE value IS 45 (17.97% from 255) = 10.02%
R=40.09%
G=49.89%
B=10.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal180224450.2000.800.1274.7574.2752.75
HexB4E02D14050C4b4a35
Octal264340552401201411311265
Binary10110100111000001011011010001010000110010010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E02D; }

 p { color: rgb(180,224,45); }

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

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

 a { background-color: rgb(180,224,45); }

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

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

 span { border-color: rgb(180,224,45); }

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