Html Css Color HEX #B5CF2E Fuego

📋 copy color: '#B5CF2E'

red 181 ◦ green 207 ◦ blue 46

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

Shades of Fuego #B5CF2E

Tints of Fuego #B5CF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.6%

R = 41.71%
G = 47.7%
B = 10.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#B5CF2E (or 0xB5CF2E) is known color: Fuego. HEX triplet: B5, CF and 2E. RGB value is (181,207,46). Sum of RGB (Red+Green+Blue) = 181+207+46=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF2E is #4A30D1. Grayscale: #B5B5B5. Windows color (decimal): -4862162 or 3067829. OLE color: 3067829.

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

Color convert

RGB 181 207 46 -
CMYK 0.13 0 0.78 0.19
HSL 69.69º 0.64% 0.5% -
HSV(B) 69.69º 0.78% 0.81% -
XYZ 41.86 54.65 10.93 -
YUV 180.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 181 207 46 0.13 0 0.78 0.19 69.69 0.64 0.5
Hex B5 CF 2E D 0 4E 13 46 40 32
Octal 265 317 56 15 0 116 23 106 100 62
Binary 10110101 11001111 101110 1101 0 1001110 10011 1000110 1000000 110010

Color Harmonies of #B5CF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF2E

Black with #B5CF2E

Text Example


Text Example

White with #B5CF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF2E; }

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

 H1.HeaderClassName
 {
   color: #B5CF2E;
 }
 .AnyTagClassName
 {
   color: #B5CF2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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