#B5DC34

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

Shades of Fuego #B5DC34

Tints of Fuego #B5DC34

Color information

#B5DC34 (or 0xB5DC34) is unknown color: approx Fuego. HEX triplet: B5, DC and 34. RGB value is (181,220,52). Sum of RGB (Red+Green+Blue) = 181+220+52=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC34 is #4A23CB. Grayscale: #BDBDBD. Windows color (decimal): -4858828 or 3464373. OLE color: 3464373.

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

Color convert

RGB18122052-
CMYK0.1800.760.14
HSL73.93º70.59%53.33%-
HSV(B)73.93º76.36%86.27%-
XYZ45.2761.2612.69-
YUV189.1950.58122.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 52 (20.70% from 255) = 11.48%
R=39.96%
G=48.57%
B=11.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181220520.1800.760.1473.9370.5953.33
HexB5DC341204CE4a4735
Octal265334642201141611210765
Binary10110101110111001101001001001001100111010010101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC34; }

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

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

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

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

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

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

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

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