Html Css Color HEX #BADD30 Fuego

📋 copy color: '#BADD30'

red 186 ◦ green 221 ◦ blue 48

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

Shades of Fuego #BADD30

Tints of Fuego #BADD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.55%

R = 40.88%
G = 48.57%
B = 10.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#BADD30 (or 0xBADD30) is known color: Fuego. HEX triplet: BA, DD and 30. RGB value is (186,221,48). Sum of RGB (Red+Green+Blue) = 186+221+48=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD30 is #4522CF. Grayscale: #BFBFBF. Windows color (decimal): -4530896 or 3202490. OLE color: 3202490.

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

Color convert

RGB 186 221 48 -
CMYK 0.16 0 0.78 0.13
HSL 72.14º 0.72% 0.53% -
HSV(B) 72.14º 0.78% 0.87% -
XYZ 46.64 62.37 12.38 -
YUV 190.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 186 221 48 0.16 0 0.78 0.13 72.14 0.72 0.53
Hex BA DD 30 10 0 4E D 48 48 35
Octal 272 335 60 20 0 116 15 110 110 65
Binary 10111010 11011101 110000 10000 0 1001110 1101 1001000 1001000 110101

Color Harmonies of #BADD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD30

Black with #BADD30

Text Example


Text Example

White with #BADD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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