Html Css Color HEX #BADD2E Fuego

📋 copy color: '#BADD2E'

red 186 ◦ green 221 ◦ blue 46

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

Shades of Fuego #BADD2E

Tints of Fuego #BADD2E

RGB

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

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

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

R = 41.06%
G = 48.79%
B = 10.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#BADD2E (or 0xBADD2E) is known color: Fuego. HEX triplet: BA, DD and 2E. RGB value is (186,221,46). Sum of RGB (Red+Green+Blue) = 186+221+46=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD2E is #4522D1. Grayscale: #BFBFBF. Windows color (decimal): -4530898 or 3071418. OLE color: 3071418.

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

Color convert

RGB 186 221 46 -
CMYK 0.16 0 0.79 0.13
HSL 72º 0.72% 0.52% -
HSV(B) 72º 0.79% 0.87% -
XYZ 46.6 62.35 12.16 -
YUV 190.59 46.4 124.73 -
System Red Green Blue C M Y K H S L
Decimal 186 221 46 0.16 0 0.79 0.13 72 0.72 0.52
Hex BA DD 2E 10 0 4F D 48 48 34
Octal 272 335 56 20 0 117 15 110 110 64
Binary 10111010 11011101 101110 10000 0 1001111 1101 1001000 1001000 110100

Color Harmonies of #BADD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD2E

Black with #BADD2E

Text Example


Text Example

White with #BADD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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