Html Css Color HEX #BEDD29 Fuego

📋 copy color: '#BEDD29'

red 190 ◦ green 221 ◦ blue 41

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

Shades of Fuego #BEDD29

Tints of Fuego #BEDD29

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.89%

 BLUE value IS 41 (16.41% from 255) = 9.07%

R = 42.04%
G = 48.89%
B = 9.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#BEDD29 (or 0xBEDD29) is known color: Fuego. HEX triplet: BE, DD and 29. RGB value is (190,221,41). Sum of RGB (Red+Green+Blue) = 190+221+41=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD29 is #4122D6. Grayscale: #BFBFBF. Windows color (decimal): -4268759 or 2743742. OLE color: 2743742.

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

Color convert

RGB 190 221 41 -
CMYK 0.14 0 0.81 0.13
HSL 70.33º 0.73% 0.51% -
HSV(B) 70.33º 0.81% 0.87% -
XYZ 47.49 62.82 11.72 -
YUV 191.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 190 221 41 0.14 0 0.81 0.13 70.33 0.73 0.51
Hex BE DD 29 E 0 51 D 46 49 33
Octal 276 335 51 16 0 121 15 106 111 63
Binary 10111110 11011101 101001 1110 0 1010001 1101 1000110 1001001 110011

Color Harmonies of #BEDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD29

Black with #BEDD29

Text Example


Text Example

White with #BEDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD29; }

 p { color: rgb(190,221,41); }

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

background-color css

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

 a { background-color: rgb(190,221,41); }

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

border-color css

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

 span { border-color: rgb(190,221,41); }

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