Html Css Color HEX #BADE30 Fuego

📋 copy color: '#BADE30'

red 186 ◦ green 222 ◦ blue 48

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

Shades of Fuego #BADE30

Tints of Fuego #BADE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.68%

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

R = 40.79%
G = 48.68%
B = 10.53%

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

#BADE30 (or 0xBADE30) is known color: Fuego. HEX triplet: BA, DE and 30. RGB value is (186,222,48). Sum of RGB (Red+Green+Blue) = 186+222+48=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE30 is #4521CF. Grayscale: #C0C0C0. Windows color (decimal): -4530640 or 3202746. OLE color: 3202746.

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

Color convert

RGB 186 222 48 -
CMYK 0.16 0 0.78 0.13
HSL 72.41º 0.73% 0.53% -
HSV(B) 72.41º 0.78% 0.87% -
XYZ 46.9 62.9 12.46 -
YUV 191.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 186 222 48 0.16 0 0.78 0.13 72.41 0.73 0.53
Hex BA DE 30 10 0 4E D 48 48 35
Octal 272 336 60 20 0 116 15 110 110 65
Binary 10111010 11011110 110000 10000 0 1001110 1101 1001000 1001000 110101

Color Harmonies of #BADE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE30

Black with #BADE30

Text Example


Text Example

White with #BADE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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