#B4E433

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

Shades of Fuego #B4E433

Tints of Fuego #B4E433

Color information

#B4E433 (or 0xB4E433) is unknown color: approx Fuego. HEX triplet: B4, E4 and 33. RGB value is (180,228,51). Sum of RGB (Red+Green+Blue) = 180+228+51=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E433 is #4B1BCC. Grayscale: #C2C2C2. Windows color (decimal): -4922317 or 3400884. OLE color: 3400884.

HSL color Cylindrical-coordinate representation of color #B4E433: hue angle of 76.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4E433 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB18022851-
CMYK0.2100.780.11
HSL76.27º76.62%54.71%-
HSV(B)76.27º77.63%89.41%-
XYZ47.1665.4313.28-
YUV193.4747.6118.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 228 (89.45% from 255) = 49.67%
BLUE value IS 51 (20.31% from 255) = 11.11%
R=39.22%
G=49.67%
B=11.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal180228510.2100.780.1176.2776.6254.71
HexB4E4331504EB4c4d37
Octal264344632501161311411567
Binary10110100111001001100111010101001110101110011001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E433; }

 p { color: rgb(180,228,51); }

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

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

 a { background-color: rgb(180,228,51); }

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

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

 span { border-color: rgb(180,228,51); }

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