Html Css Color HEX #B5CF2C Fuego

📋 copy color: '#B5CF2C'

red 181 ◦ green 207 ◦ blue 44

#B5CF2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #B5CF2C

Tints of Fuego #B5CF2C

RGB

 RED value IS 181 (71.09% from 255) = 41.9%

 GREEN value IS 207 (81.25% from 255) = 47.92%

 BLUE value IS 44 (17.58% from 255) = 10.19%

R = 41.9%
G = 47.92%
B = 10.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#B5CF2C (or 0xB5CF2C) is known color: 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

RGB 181 207 44 -
CMYK 0.13 0 0.79 0.19
HSL 69.57º 0.65% 0.49% -
HSV(B) 69.57º 0.79% 0.81% -
XYZ 41.82 54.63 10.72 -
YUV 180.64 50.89 128.25 -
System Red Green Blue C M Y K H S L
Decimal 181 207 44 0.13 0 0.79 0.19 69.57 0.65 0.49
Hex B5 CF 2C D 0 4F 13 46 41 31
Octal 265 317 54 15 0 117 23 106 101 61
Binary 10110101 11001111 101100 1101 0 1001111 10011 1000110 1000001 110001

Color Harmonies of #B5CF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF2C

Black with #B5CF2C

Text Example


Text Example

White with #B5CF2C

Text Example


Text Example

HTML Codes & Css Web 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>