#B5DC24

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

Shades of Fuego #B5DC24

Tints of Fuego #B5DC24

Color information

#B5DC24 (or 0xB5DC24) is unknown color: approx Fuego. HEX triplet: B5, DC and 24. RGB value is (181,220,36). Sum of RGB (Red+Green+Blue) = 181+220+36=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC24 is #4A23DB. Grayscale: #BCBCBC. Windows color (decimal): -4858844 or 2415797. OLE color: 2415797.

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

Color convert

RGB18122036-
CMYK0.1800.840.14
HSL72.72º72.44%50.2%-
HSV(B)72.72º83.64%86.27%-
XYZ44.9761.1411.1-
YUV187.3642.58123.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 220 (86.33% from 255) = 50.34%
BLUE value IS 36 (14.45% from 255) = 8.24%
R=41.42%
G=50.34%
B=8.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181220360.1800.840.1472.7272.4450.2
HexB5DC2412054E494832
Octal265334442201241611111062
Binary10110101110111001001001001001010100111010010011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC24; }

 p { color: rgb(181,220,36); }

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

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

 a { background-color: rgb(181,220,36); }

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

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

 span { border-color: rgb(181,220,36); }

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