#b5de2f

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

Shades of Fuego #B5DE2F

Tints of Fuego #B5DE2F

Color information

#B5DE2F (or 0xB5DE2F) is unknown color: approx Fuego. HEX triplet: B5, DE and 2F. RGB value is (181,222,47). Sum of RGB (Red+Green+Blue) = 181+222+47=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DE2F is #4A21D0. Grayscale: #BEBEBE. Windows color (decimal): -4858321 or 3137205. OLE color: 3137205.

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

Color convert

RGB18122247-
CMYK0.1800.790.13
HSL74.06º72.61%52.75%-
HSV(B)74.06º78.83%87.06%-
XYZ45.6962.2712.3-
YUV189.7947.42121.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 222 (87.11% from 255) = 49.33%
BLUE value IS 47 (18.75% from 255) = 10.44%
R=40.22%
G=49.33%
B=10.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181222470.1800.790.1374.0672.6152.75
HexB5DE2F1204FD4a4935
Octal265336572201171511211165
Binary10110101110111101011111001001001111110110010101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5de2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5de2f; }

 p { color: rgb(181,222,47); }

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

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

 a { background-color: rgb(181,222,47); }

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

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

 span { border-color: rgb(181,222,47); }

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