#b5cf2c

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

Shades of Fuego #B5CF2C

Tints of Fuego #B5CF2C

Color information

#B5CF2C (or 0xB5CF2C) is unknown color: approx Fuego. HEX triplet: B5, CF and 2C. RGB value is (181,207,44). Sum of RGB (Red+Green+Blue) = 181+207+44=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF2C is #4A30D3. Grayscale: #B5B5B5. Windows color (decimal): -4862164 or 2936757. OLE color: 2936757.

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

Color convert

RGB18120744-
CMYK0.1300.790.19
HSL69.57º64.94%49.22%-
HSV(B)69.57º78.74%81.18%-
XYZ41.8254.6310.72-
YUV180.6450.89128.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 207 (81.25% from 255) = 47.92%
BLUE value IS 44 (17.58% from 255) = 10.19%
R=41.90%
G=47.92%
B=10.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181207440.1300.790.1969.5764.9449.22
HexB5CF2CD04F13464131
Octal265317541501172310610161
Binary10110101110011111011001101010011111001110001101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5cf2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5cf2c; }

 p { color: rgb(181,207,44); }

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

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

 a { background-color: rgb(181,207,44); }

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

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

 span { border-color: rgb(181,207,44); }

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