Html Css Color HEX #BADD32 Fuego

📋 copy color: '#BADD32'

red 186 ◦ green 221 ◦ blue 50

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

Shades of Fuego #BADD32

Tints of Fuego #BADD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.94%

R = 40.7%
G = 48.36%
B = 10.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#BADD32 (or 0xBADD32) is known color: Fuego. HEX triplet: BA, DD and 32. RGB value is (186,221,50). Sum of RGB (Red+Green+Blue) = 186+221+50=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD32 is #4522CD. Grayscale: #BFBFBF. Windows color (decimal): -4530894 or 3333562. OLE color: 3333562.

HSL color Cylindrical-coordinate representation of color #BADD32: hue angle of 72.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BADD32 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 50 -
CMYK 0.16 0 0.77 0.13
HSL 72.28º 0.72% 0.53% -
HSV(B) 72.28º 0.77% 0.87% -
XYZ 46.68 62.38 12.6 -
YUV 191.04 48.4 124.4 -
System Red Green Blue C M Y K H S L
Decimal 186 221 50 0.16 0 0.77 0.13 72.28 0.72 0.53
Hex BA DD 32 10 0 4D D 48 48 35
Octal 272 335 62 20 0 115 15 110 110 65
Binary 10111010 11011101 110010 10000 0 1001101 1101 1001000 1001000 110101

Color Harmonies of #BADD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD32

Black with #BADD32

Text Example


Text Example

White with #BADD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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