#B4D533

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

Shades of Fuego #B4D533

Tints of Fuego #B4D533

Color information

#B4D533 (or 0xB4D533) is unknown color: approx Fuego. HEX triplet: B4, D5 and 33. RGB value is (180,213,51). Sum of RGB (Red+Green+Blue) = 180+213+51=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D533 is #4B2ACC. Grayscale: #B9B9B9. Windows color (decimal): -4926157 or 3397044. OLE color: 3397044.

HSL color Cylindrical-coordinate representation of color #B4D533: hue angle of 72.22º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4D533 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB18021351-
CMYK0.1500.760.16
HSL72.22º65.85%51.76%-
HSV(B)72.22º76.06%83.53%-
XYZ43.2157.5311.96-
YUV184.6652.57124.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 213 (83.59% from 255) = 47.97%
BLUE value IS 51 (20.31% from 255) = 11.49%
R=40.54%
G=47.97%
B=11.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180213510.1500.760.1672.2265.8551.76
HexB4D533F04C10484234
Octal264325631701142011010264
Binary10110100110101011100111111010011001000010010001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D533; }

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

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

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

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

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

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

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

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