Html Css Color HEX #BED52F Fuego

📋 copy color: '#BED52F'

red 190 ◦ green 213 ◦ blue 47

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

Shades of Fuego #BED52F

Tints of Fuego #BED52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 42.22%
G = 47.33%
B = 10.44%

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

#BED52F (or 0xBED52F) is known color: Fuego. HEX triplet: BE, D5 and 2F. RGB value is (190,213,47). Sum of RGB (Red+Green+Blue) = 190+213+47=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #BED52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED52F is #412AD0. Grayscale: #BBBBBB. Windows color (decimal): -4270801 or 3134910. OLE color: 3134910.

HSL color Cylindrical-coordinate representation of color #BED52F: hue angle of 68.31º degrees, saturation: 0.66, 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 #BED52F is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 47 -
CMYK 0.11 0 0.78 0.16
HSL 68.31º 0.66% 0.51% -
HSV(B) 68.31º 0.78% 0.84% -
XYZ 45.54 58.74 11.63 -
YUV 187.2 48.88 130 -
System Red Green Blue C M Y K H S L
Decimal 190 213 47 0.11 0 0.78 0.16 68.31 0.66 0.51
Hex BE D5 2F B 0 4E 10 44 42 33
Octal 276 325 57 13 0 116 20 104 102 63
Binary 10111110 11010101 101111 1011 0 1001110 10000 1000100 1000010 110011

Color Harmonies of #BED52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED52F

Black with #BED52F

Text Example


Text Example

White with #BED52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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