#B4E732

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

Shades of Fuego #B4E732

Tints of Fuego #B4E732

Color information

#B4E732 (or 0xB4E732) is unknown color: approx Fuego. HEX triplet: B4, E7 and 32. RGB value is (180,231,50). Sum of RGB (Red+Green+Blue) = 180+231+50=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4E732 is #4B18CD. Grayscale: #C3C3C3. Windows color (decimal): -4921550 or 3336116. OLE color: 3336116.

HSL color Cylindrical-coordinate representation of color #B4E732: hue angle of 76.91º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4E732 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB18023150-
CMYK0.2200.780.09
HSL76.91º79.04%55.1%-
HSV(B)76.91º78.35%90.59%-
XYZ47.9767.0913.44-
YUV195.1246.1117.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 231 (90.62% from 255) = 50.11%
BLUE value IS 50 (19.92% from 255) = 10.85%
R=39.05%
G=50.11%
B=10.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180231500.2200.780.0976.9179.0455.1
HexB4E7321604E94d4f37
Octal264347622601161111511767
Binary10110100111001111100101011001001110100110011011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E732; }

 p { color: rgb(180,231,50); }

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

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

 a { background-color: rgb(180,231,50); }

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

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

 span { border-color: rgb(180,231,50); }

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