#b4d13a

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

Shades of Fuego #B4D13A

Tints of Fuego #B4D13A

Color information

#B4D13A (or 0xB4D13A) is unknown color: approx Fuego. HEX triplet: B4, D1 and 3A. RGB value is (180,209,58). Sum of RGB (Red+Green+Blue) = 180+209+58=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D13A is #4B2EC5. Grayscale: #B7B7B7. Windows color (decimal): -4927174 or 3854772. OLE color: 3854772.

HSL color Cylindrical-coordinate representation of color #B4D13A: hue angle of 71.52º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4D13A is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB18020958-
CMYK0.1400.720.18
HSL71.52º62.14%52.35%-
HSV(B)71.52º72.25%81.96%-
XYZ42.3955.6112.5-
YUV183.1157.39125.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 209 (82.03% from 255) = 46.76%
BLUE value IS 58 (23.05% from 255) = 12.98%
R=40.27%
G=46.76%
B=12.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180209580.1400.720.1871.5262.1452.35
HexB4D13AE04812483e34
Octal26432172160110221107664
Binary1011010011010001111010111001001000100101001000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4d13a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4d13a; }

 p { color: rgb(180,209,58); }

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

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

 a { background-color: rgb(180,209,58); }

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

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

 span { border-color: rgb(180,209,58); }

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