#B7D324

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

Shades of Fuego #B7D324

Tints of Fuego #B7D324

Color information

#B7D324 (or 0xB7D324) is unknown color: approx Fuego. HEX triplet: B7, D3 and 24. RGB value is (183,211,36). Sum of RGB (Red+Green+Blue) = 183+211+36=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D324 is #482CDB. Grayscale: #B7B7B7. Windows color (decimal): -4730076 or 2413495. OLE color: 2413495.

HSL color Cylindrical-coordinate representation of color #B7D324: hue angle of 69.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7D324 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB18321136-
CMYK0.1300.830.17
HSL69.6º70.85%48.43%-
HSV(B)69.6º82.94%82.75%-
XYZ43.1456.7810.36-
YUV182.6845.22128.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 211 (82.81% from 255) = 49.07%
BLUE value IS 36 (14.45% from 255) = 8.37%
R=42.56%
G=49.07%
B=8.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal183211360.1300.830.1769.670.8548.43
HexB7D324D05311464730
Octal267323441501232110610760
Binary10110111110100111001001101010100111000110001101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D324; }

 p { color: rgb(183,211,36); }

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

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

 a { background-color: rgb(183,211,36); }

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

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

 span { border-color: rgb(183,211,36); }

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