Html Css Color HEX #BED72E Fuego

📋 copy color: '#BED72E'

red 190 ◦ green 215 ◦ blue 46

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

Shades of Fuego #BED72E

Tints of Fuego #BED72E

RGB

 RED value IS 190 (74.61% from 255) = 42.13%

 GREEN value IS 215 (84.38% from 255) = 47.67%

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

R = 42.13%
G = 47.67%
B = 10.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#BED72E (or 0xBED72E) is known color: Fuego. HEX triplet: BE, D7 and 2E. RGB value is (190,215,46). Sum of RGB (Red+Green+Blue) = 190+215+46=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 46 (18.36% from 255 or 10.20% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #BED72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED72E is #4128D1. Grayscale: #BCBCBC. Windows color (decimal): -4270290 or 3069886. OLE color: 3069886.

HSL color Cylindrical-coordinate representation of color #BED72E: hue angle of 68.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BED72E is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 46 -
CMYK 0.12 0 0.79 0.16
HSL 68.88º 0.68% 0.51% -
HSV(B) 68.88º 0.79% 0.84% -
XYZ 46.03 59.75 11.69 -
YUV 188.26 47.72 129.24 -
System Red Green Blue C M Y K H S L
Decimal 190 215 46 0.12 0 0.79 0.16 68.88 0.68 0.51
Hex BE D7 2E C 0 4F 10 45 44 33
Octal 276 327 56 14 0 117 20 105 104 63
Binary 10111110 11010111 101110 1100 0 1001111 10000 1000101 1000100 110011

Color Harmonies of #BED72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED72E

Black with #BED72E

Text Example


Text Example

White with #BED72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED72E; }

 p { color: rgb(190,215,46); }

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

background-color css

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

 a { background-color: rgb(190,215,46); }

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

border-color css

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

 span { border-color: rgb(190,215,46); }

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