Html Css Color HEX #BADD33 Fuego

📋 copy color: '#BADD33'

red 186 ◦ green 221 ◦ blue 51

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

Shades of Fuego #BADD33

Tints of Fuego #BADD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.14%

R = 40.61%
G = 48.25%
B = 11.14%

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

#BADD33 (or 0xBADD33) is known color: Fuego. HEX triplet: BA, DD and 33. RGB value is (186,221,51). Sum of RGB (Red+Green+Blue) = 186+221+51=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD33 is #4522CC. Grayscale: #BFBFBF. Windows color (decimal): -4530893 or 3399098. OLE color: 3399098.

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

Color convert

RGB 186 221 51 -
CMYK 0.16 0 0.77 0.13
HSL 72.35º 0.71% 0.53% -
HSV(B) 72.35º 0.77% 0.87% -
XYZ 46.7 62.39 12.71 -
YUV 191.16 48.9 124.32 -
System Red Green Blue C M Y K H S L
Decimal 186 221 51 0.16 0 0.77 0.13 72.35 0.71 0.53
Hex BA DD 33 10 0 4D D 48 47 35
Octal 272 335 63 20 0 115 15 110 107 65
Binary 10111010 11011101 110011 10000 0 1001101 1101 1001000 1000111 110101

Color Harmonies of #BADD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD33

Black with #BADD33

Text Example


Text Example

White with #BADD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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