Html Css Color HEX #BEDF31 Fuego

📋 copy color: '#BEDF31'

red 190 ◦ green 223 ◦ blue 49

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

Shades of Fuego #BEDF31

Tints of Fuego #BEDF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.27%

 BLUE value IS 49 (19.53% from 255) = 10.61%

R = 41.13%
G = 48.27%
B = 10.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#BEDF31 (or 0xBEDF31) is known color: Fuego. HEX triplet: BE, DF and 31. RGB value is (190,223,49). Sum of RGB (Red+Green+Blue) = 190+223+49=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF31 is #4120CE. Grayscale: #C1C1C1. Windows color (decimal): -4268239 or 3268542. OLE color: 3268542.

HSL color Cylindrical-coordinate representation of color #BEDF31: hue angle of 71.38º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEDF31 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 49 -
CMYK 0.15 0 0.78 0.13
HSL 71.38º 0.73% 0.53% -
HSV(B) 71.38º 0.78% 0.87% -
XYZ 48.18 63.94 12.71 -
YUV 193.3 46.57 125.65 -
System Red Green Blue C M Y K H S L
Decimal 190 223 49 0.15 0 0.78 0.13 71.38 0.73 0.53
Hex BE DF 31 F 0 4E D 47 49 35
Octal 276 337 61 17 0 116 15 107 111 65
Binary 10111110 11011111 110001 1111 0 1001110 1101 1000111 1001001 110101

Color Harmonies of #BEDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF31

Black with #BEDF31

Text Example


Text Example

White with #BEDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF31; }

 p { color: rgb(190,223,49); }

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

background-color css

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

 a { background-color: rgb(190,223,49); }

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

border-color css

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

 span { border-color: rgb(190,223,49); }

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