#B5DD35

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

Shades of Fuego #B5DD35

Tints of Fuego #B5DD35

Color information

#B5DD35 (or 0xB5DD35) is unknown color: approx Fuego. HEX triplet: B5, DD and 35. RGB value is (181,221,53). Sum of RGB (Red+Green+Blue) = 181+221+53=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD35 is #4A22CA. Grayscale: #BEBEBE. Windows color (decimal): -4858571 or 3530165. OLE color: 3530165.

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

Color convert

RGB18122153-
CMYK0.1800.760.13
HSL74.29º71.19%53.73%-
HSV(B)74.29º76.02%86.67%-
XYZ45.5661.7912.89-
YUV189.8950.75121.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 53 (21.09% from 255) = 11.65%
R=39.78%
G=48.57%
B=11.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181221530.1800.760.1374.2971.1953.73
HexB5DD351204CD4a4736
Octal265335652201141511210766
Binary10110101110111011101011001001001100110110010101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DD35; }

 p { color: rgb(181,221,53); }

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

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

 a { background-color: rgb(181,221,53); }

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

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

 span { border-color: rgb(181,221,53); }

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