#B5D62B

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

Shades of Fuego #B5D62B

Tints of Fuego #B5D62B

Color information

#B5D62B (or 0xB5D62B) is unknown color: approx Fuego. HEX triplet: B5, D6 and 2B. RGB value is (181,214,43). Sum of RGB (Red+Green+Blue) = 181+214+43=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D62B is #4A29D4. Grayscale: #B9B9B9. Windows color (decimal): -4860373 or 2873013. OLE color: 2873013.

HSL color Cylindrical-coordinate representation of color #B5D62B: hue angle of 71.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5D62B is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB18121443-
CMYK0.1500.800.16
HSL71.58º67.59%50.39%-
HSV(B)71.58º79.91%83.92%-
XYZ43.5458.0911.2-
YUV184.6448.07125.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 214 (83.98% from 255) = 48.86%
BLUE value IS 43 (17.19% from 255) = 9.82%
R=41.32%
G=48.86%
B=9.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181214430.1500.800.1671.5867.5950.39
HexB5D62BF05010484432
Octal265326531701202011010462
Binary10110101110101101010111111010100001000010010001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D62B; }

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

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

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

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

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

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

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

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