Html Css Color HEX #BED52E Fuego

📋 copy color: '#BED52E'

red 190 ◦ green 213 ◦ blue 46

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

Shades of Fuego #BED52E

Tints of Fuego #BED52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

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

R = 42.32%
G = 47.44%
B = 10.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#BED52E (or 0xBED52E) is known color: Fuego. HEX triplet: BE, D5 and 2E. RGB value is (190,213,46). Sum of RGB (Red+Green+Blue) = 190+213+46=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #BED52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED52E is #412AD1. Grayscale: #BBBBBB. Windows color (decimal): -4270802 or 3069374. OLE color: 3069374.

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

Color convert

RGB 190 213 46 -
CMYK 0.11 0 0.78 0.16
HSL 68.26º 0.67% 0.51% -
HSV(B) 68.26º 0.78% 0.84% -
XYZ 45.52 58.73 11.52 -
YUV 187.09 48.38 130.08 -
System Red Green Blue C M Y K H S L
Decimal 190 213 46 0.11 0 0.78 0.16 68.26 0.67 0.51
Hex BE D5 2E B 0 4E 10 44 43 33
Octal 276 325 56 13 0 116 20 104 103 63
Binary 10111110 11010101 101110 1011 0 1001110 10000 1000100 1000011 110011

Color Harmonies of #BED52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED52E

Black with #BED52E

Text Example


Text Example

White with #BED52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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