Html Css Color HEX #BADD29 Fuego

📋 copy color: '#BADD29'

red 186 ◦ green 221 ◦ blue 41

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

Shades of Fuego #BADD29

Tints of Fuego #BADD29

RGB

 RED value IS 186 (73.05% from 255) = 41.52%

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

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

R = 41.52%
G = 49.33%
B = 9.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#BADD29 (or 0xBADD29) is known color: Fuego. HEX triplet: BA, DD and 29. RGB value is (186,221,41). Sum of RGB (Red+Green+Blue) = 186+221+41=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD29 is #4522D6. Grayscale: #BEBEBE. Windows color (decimal): -4530903 or 2743738. OLE color: 2743738.

HSL color Cylindrical-coordinate representation of color #BADD29: hue angle of 71.67º 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 #BADD29 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 41 -
CMYK 0.16 0 0.81 0.13
HSL 71.67º 0.73% 0.51% -
HSV(B) 71.67º 0.81% 0.87% -
XYZ 46.51 62.31 11.67 -
YUV 190.02 43.9 125.14 -
System Red Green Blue C M Y K H S L
Decimal 186 221 41 0.16 0 0.81 0.13 71.67 0.73 0.51
Hex BA DD 29 10 0 51 D 48 49 33
Octal 272 335 51 20 0 121 15 110 111 63
Binary 10111010 11011101 101001 10000 0 1010001 1101 1001000 1001001 110011

Color Harmonies of #BADD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD29

Black with #BADD29

Text Example


Text Example

White with #BADD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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