Html Css Color HEX #BED61E Fuego

📋 copy color: '#BED61E'

red 190 ◦ green 214 ◦ blue 30

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

Shades of Fuego #BED61E

Tints of Fuego #BED61E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.31%

 BLUE value IS 30 (12.11% from 255) = 6.91%

R = 43.78%
G = 49.31%
B = 6.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#BED61E (or 0xBED61E) is known color: Fuego. HEX triplet: BE, D6 and 1E. RGB value is (190,214,30). Sum of RGB (Red+Green+Blue) = 190+214+30=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #BED61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED61E is #4129E1. Grayscale: #BABABA. Windows color (decimal): -4270562 or 2021054. OLE color: 2021054.

HSL color Cylindrical-coordinate representation of color #BED61E: hue angle of 67.83º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BED61E is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 30 -
CMYK 0.11 0 0.86 0.16
HSL 67.83º 0.75% 0.48% -
HSV(B) 67.83º 0.86% 0.84% -
XYZ 45.52 59.13 10.24 -
YUV 185.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 190 214 30 0.11 0 0.86 0.16 67.83 0.75 0.48
Hex BE D6 1E B 0 56 10 44 4B 30
Octal 276 326 36 13 0 126 20 104 113 60
Binary 10111110 11010110 11110 1011 0 1010110 10000 1000100 1001011 110000

Color Harmonies of #BED61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED61E

Black with #BED61E

Text Example


Text Example

White with #BED61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED61E; }

 p { color: rgb(190,214,30); }

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

background-color css

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

 a { background-color: rgb(190,214,30); }

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

border-color css

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

 span { border-color: rgb(190,214,30); }

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