#B5D02B

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

Shades of Fuego #B5D02B

Tints of Fuego #B5D02B

Color information

#B5D02B (or 0xB5D02B) is unknown color: approx Fuego. HEX triplet: B5, D0 and 2B. RGB value is (181,208,43). Sum of RGB (Red+Green+Blue) = 181+208+43=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D02B is #4A2FD4. Grayscale: #B5B5B5. Windows color (decimal): -4861909 or 2871477. OLE color: 2871477.

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

Color convert

RGB18120843-
CMYK0.1300.790.18
HSL69.82º65.74%49.22%-
HSV(B)69.82º79.33%81.57%-
XYZ42.0555.1110.71-
YUV181.1250.05127.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 208 (81.64% from 255) = 48.15%
BLUE value IS 43 (17.19% from 255) = 9.95%
R=41.90%
G=48.15%
B=9.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181208430.1300.790.1869.8265.7449.22
HexB5D02BD04F12464231
Octal265320531501172210610261
Binary10110101110100001010111101010011111001010001101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D02B; }

 p { color: rgb(181,208,43); }

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

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

 a { background-color: rgb(181,208,43); }

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

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

 span { border-color: rgb(181,208,43); }

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